packages: libvorbis/libvorbis-ac_fixes.patch - updated (added powerpc hunk)

sparky sparky at pld-linux.org
Sun May 3 15:50:04 CEST 2009


Author: sparky                       Date: Sun May  3 13:50:04 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated (added powerpc hunk)

---- Files affected:
packages/libvorbis:
   libvorbis-ac_fixes.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/libvorbis/libvorbis-ac_fixes.patch
diff -u packages/libvorbis/libvorbis-ac_fixes.patch:1.3 packages/libvorbis/libvorbis-ac_fixes.patch:1.4
--- packages/libvorbis/libvorbis-ac_fixes.patch:1.3	Thu Jan  3 10:45:39 2002
+++ packages/libvorbis/libvorbis-ac_fixes.patch	Sun May  3 15:49:59 2009
@@ -1,7 +1,6 @@
-diff -urN libvorbis-1.0rc1.org/configure.in libvorbis-1.0rc1/configure.in
---- libvorbis-1.0rc1.org/configure.in	Wed Jun 27 12:15:22 2001
-+++ libvorbis-1.0rc1/configure.in	Wed Jun 27 12:16:11 2001
-@@ -76,9 +76,9 @@
+--- libvorbis-1.2.0.orig/configure.in	2007-07-25 18:27:00.000000000 +0200
++++ libvorbis-1.2.0/configure.in	2009-05-03 15:34:55.000000000 +0200
+@@ -104,9 +104,9 @@
  	case $host in 
  	*86-*-linux*)
  		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
@@ -13,8 +12,16 @@
  
  		# 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 @@
+@@ -148,13 +148,13 @@
+   		PROFILE=${PROFILE}" -D__NO_MATH_INLINES"
    		fi;;
+ 	powerpc-*-linux*)
+-		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES"
+-		CFLAGS="-O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT"
+-		PROFILE="-pg -g -O3 -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT";;
++		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
++		CFLAGS="$CFLAGS -ffast-math -mfused-madd -D_REENTRANT -fsigned-char"
++		PROFILE="-pg -g $CFLAGS -ffast-math -mfused-madd -D_REENTRANT -fsigned-char";;
  	*-*-linux*)
  		DEBUG="-g -Wall -W -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
 -		CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvorbis/libvorbis-ac_fixes.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list