Magellan Linux

Contents of /trunk/cdparanoia/patches/cdparanoia-3.9.8-gcc34.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 1011 byte(s)
-import

1 Submitted By: Jeremy Utley (jeremy@linuxfromscratch.org)
2 Date: 2004-04-11
3 Initial Package Version: alpha9.8
4 Upstream Status: Not Submitted
5 Origin: Self Created
6 Description: Fixes syntax issues with GCC 3.4
7
8 $LastChangedBy: randy $
9 $Date: 2007-05-08 19:31:43 $
10
11 diff -aur cdparanoia-III-alpha9.8/interface/utils.h cdparanoia-III-alpha9.8-new/interface/utils.h
12 --- cdparanoia-III-alpha9.8/interface/utils.h 2000-04-19 15:41:04.000000000 -0700
13 +++ cdparanoia-III-alpha9.8-new/interface/utils.h 2004-04-12 00:10:53.092860574 -0700
14 @@ -112,6 +112,7 @@
15 break;
16 case CDDA_MESSAGE_FORGETIT:
17 default:
18 + break;
19 }
20 }
21 }
22 @@ -127,6 +128,7 @@
23 break;
24 case CDDA_MESSAGE_FORGETIT:
25 default:
26 + break;
27 }
28 }
29 }
30 @@ -169,6 +171,7 @@
31 break;
32 case CDDA_MESSAGE_FORGETIT:
33 default:
34 + break;
35 }
36 }
37 if(malloced)free(buffer);
38 @@ -205,6 +208,7 @@
39 break;
40 case CDDA_MESSAGE_FORGETIT:
41 default:
42 + break;
43 }
44 }
45 if(malloced)free(buffer);