]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blobdiff - libvorbis-ac_fixes.patch
- updated to libvorbis-1.0rc3
[packages/crossmingw32-libvorbis.git] / libvorbis-ac_fixes.patch
index 717653f75a8e3fac89a3ac001600720e90ca4d65..d060a79b981b7a71eabc8886a73a1a9a930eec9a 100644 (file)
@@ -4,23 +4,23 @@ diff -urN libvorbis-1.0rc1.org/configure.in libvorbis-1.0rc1/configure.in
 @@ -76,9 +76,9 @@
        case $host in 
        *86-*-linux*)
-               DEBUG="-g -Wall -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
+               DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
 -              CFLAGS="-O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
 +              CFLAGS="$CFLAGS -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
  #                     PROFILE="-Wall -W -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
--              PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline -static"
-+              PROFILE="-Wall -W -pg -g $CFLAGS -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline -static"
+-              PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
++              PROFILE="-Wall -W -pg -g $CFLAGS -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
  
                # glibc < 2.1.3 has a serious FP bug in the math inline header
                # that will cripple Vorbis.  Look to see if the magic FP stack
 @@ -121,8 +121,8 @@
                fi;;
        *-*-linux*)
-               DEBUG="-g -Wall -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
+               DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
 -              CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"
 -              PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
 +              CFLAGS="$CFLAGS -ffast-math -D_REENTRANT -fsigned-char"
 +              PROFILE="-pg -g $CFLAGS -ffast-math -D_REENTRANT -fsigned-char";;
        sparc-sun-*)
-               DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8"
+               DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char -mv8"
                CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
This page took 0.110346 seconds and 4 git commands to generate.