[Restricted-changes] r169 - dists/trunk/lame/debian/patches
fabian-guest at alioth.debian.org
fabian-guest at alioth.debian.org
Fri Feb 22 15:10:57 UTC 2008
Author: fabian-guest
Date: 2008-02-22 15:10:56 +0000 (Fri, 22 Feb 2008)
New Revision: 169
Added:
dists/trunk/lame/debian/patches/05_gcc-4.3.patch
Log:
Make LAME safe for gcc-4.3.
Added: dists/trunk/lame/debian/patches/05_gcc-4.3.patch
===================================================================
--- dists/trunk/lame/debian/patches/05_gcc-4.3.patch (rev 0)
+++ dists/trunk/lame/debian/patches/05_gcc-4.3.patch 2008-02-22 15:10:56 UTC (rev 169)
@@ -0,0 +1,24 @@
+diff -Nur lame-3.97/configure lame-3.97.new/configure
+--- lame-3.97/configure
++++ lame-3.97.new/configure
+@@ -30662,7 +30662,7 @@
+ # default
+ OPTIMIZATION="-O3 ${OMIT_FRAME_POINTER} -ffast-math \
+ -funroll-loops"
+- OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr -fforce-mem"
++ OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr"
+ ;;
+ esac
+
+diff -Nur lame-3.97/configure.in lame-3.97.new/configure.in
+--- lame-3.97/configure.in
++++ lame-3.97.new/configure.in
+@@ -757,7 +757,7 @@
+ # default
+ OPTIMIZATION="-O3 ${OMIT_FRAME_POINTER} -ffast-math \
+ -funroll-loops"
+- OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr -fforce-mem"
++ OPTIMIZATION_FULL="-fbranch-count-reg -fforce-addr"
+ ;;
+ esac
+
More information about the Restricted-changes
mailing list