]> git.pld-linux.org Git - packages/crossmingw32-libvorbis.git/blob - libvorbis-ac_fixes.patch
- tabs in preamble
[packages/crossmingw32-libvorbis.git] / libvorbis-ac_fixes.patch
1 diff -urN libvorbis-1.0rc1.org/configure.in libvorbis-1.0rc1/configure.in
2 --- libvorbis-1.0rc1.org/configure.in   Wed Jun 27 12:15:22 2001
3 +++ libvorbis-1.0rc1/configure.in       Wed Jun 27 12:16:11 2001
4 @@ -76,9 +76,9 @@
5         case $host in 
6         *86-*-linux*)
7                 DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
8 -               CFLAGS="-O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
9 +               CFLAGS="$CFLAGS -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char"
10  #                      PROFILE="-Wall -W -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
11 -               PROFILE="-Wall -W -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
12 +               PROFILE="-Wall -W -pg -g $CFLAGS -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
13  
14                 # glibc < 2.1.3 has a serious FP bug in the math inline header
15                 # that will cripple Vorbis.  Look to see if the magic FP stack
16 @@ -121,8 +121,8 @@
17                 fi;;
18         *-*-linux*)
19                 DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
20 -               CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"
21 -               PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char";;
22 +               CFLAGS="$CFLAGS -ffast-math -D_REENTRANT -fsigned-char"
23 +               PROFILE="-pg -g $CFLAGS -ffast-math -D_REENTRANT -fsigned-char";;
24         sparc-sun-*)
25                 DEBUG="-g -Wall -W -D__NO_MATH_INLINES -fsigned-char -mv8"
26                 CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
This page took 0.07357 seconds and 3 git commands to generate.