Magellan Linux

Contents of /trunk/cdparanoia/patches/cdparanoia-3.9.8-sgio-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1274 byte(s)
-import

1 --- cdparanoia-III-alpha9.8/configure.in.cflags 2000-03-26 02:33:22.000000000 -0500
2 +++ cdparanoia-III-alpha9.8/configure.in 2004-03-30 11:59:04.861801016 -0500
3 @@ -19,18 +19,18 @@
4 case $host in
5 i?86-*-linux*)
6 DEBUG="-g -Wall -fsigned-char"
7 - OPT="-O20 -ffast-math -fsigned-char -finline-functions";;
8 + OPT="-ffast-math -fsigned-char -finline-functions";;
9 *)
10 DEBUG="-g -Wall -fsigned-char"
11 - OPT="-O20 -fsigned-char";;
12 + OPT="-fsigned-char";;
13 esac
14 fi
15
16 AC_HEADER_STDC
17
18 -CFLAGS=""
19 +# CFLAGS=""
20
21 -TYPESIZES=""
22 +# TYPESIZES=""
23
24 AC_CHECK_SIZEOF(short)
25 AC_CHECK_SIZEOF(int)
26 --- cdparanoia-III-alpha9.8/configure.cflags 2000-04-15 11:13:01.000000000 -0400
27 +++ cdparanoia-III-alpha9.8/configure 2004-03-30 11:58:52.932614528 -0500
28 @@ -892,10 +892,10 @@
29 case $host in
30 i?86-*-linux*)
31 DEBUG="-g -Wall -fsigned-char"
32 - OPT="-O20 -ffast-math -fsigned-char -finline-functions";;
33 + OPT="-ffast-math -fsigned-char -finline-functions";;
34 *)
35 DEBUG="-g -Wall -fsigned-char"
36 - OPT="-O20 -fsigned-char";;
37 + OPT="-fsigned-char";;
38 esac
39 fi
40
41 @@ -1084,9 +1084,9 @@
42 fi
43
44
45 -CFLAGS=""
46 +# CFLAGS=""
47
48 -TYPESIZES=""
49 +# TYPESIZES=""
50
51 echo $ac_n "checking size of short""... $ac_c" 1>&6
52 echo "configure:1093: checking size of short" >&5