r15 - in trunk/packages/vorbis-tools/debian: . patches

Adeodato Simó adeodato at costa.debian.org
Tue Dec 27 21:53:10 UTC 2005


Author: adeodato
Date: 2005-12-27 21:53:09 +0000 (Tue, 27 Dec 2005)
New Revision: 15

Added:
   trunk/packages/vorbis-tools/debian/patches/no_fast-math.diff
Modified:
   trunk/packages/vorbis-tools/debian/changelog
Log:
Patch configure not to use -ffast-math, which is reportedly broken on
alpha. While we're at it, do not use -O20 (!) either.


Modified: trunk/packages/vorbis-tools/debian/changelog
===================================================================
--- trunk/packages/vorbis-tools/debian/changelog	2005-12-27 19:11:11 UTC (rev 14)
+++ trunk/packages/vorbis-tools/debian/changelog	2005-12-27 21:53:09 UTC (rev 15)
@@ -6,9 +6,12 @@
     (Closes: #344195, #344917)
     [File: upstream_r10080_fix_non-ascii_comments.diff]
 
+  * Patch configure not to use -ffast-math, which is reportedly broken on
+    alpha. While we're at it, do not use -O20 (!) either.
+
   * Add debian/watch file.
 
- -- Adeodato Simó <dato at net.com.org.es>  Tue, 27 Dec 2005 19:54:08 +0100
+ -- Adeodato Simó <dato at net.com.org.es>  Tue, 27 Dec 2005 22:52:45 +0100
 
 vorbis-tools (1.1.1-1) unstable; urgency=low
 

Added: trunk/packages/vorbis-tools/debian/patches/no_fast-math.diff
===================================================================
--- trunk/packages/vorbis-tools/debian/patches/no_fast-math.diff	2005-12-27 19:11:11 UTC (rev 14)
+++ trunk/packages/vorbis-tools/debian/patches/no_fast-math.diff	2005-12-27 21:53:09 UTC (rev 15)
@@ -0,0 +1,26 @@
+--- a/configure
++++ b/configure
+@@ -25130,8 +25130,8 @@
+         case $host in
+         *-*-linux*)
+                 DEBUG="-g -Wall -fsigned-char"
+-                CFLAGS="-O20 -ffast-math -fsigned-char"
+-                PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
++                CFLAGS="-fsigned-char"
++                PROFILE="-Wall -W -pg -g -fsigned-char"
+                 ;;
+         sparc-sun-*)
+                 DEBUG="-g -Wall -fsigned-char -mv8"
+--- a/configure.ac
++++ b/configure.ac
+@@ -59,8 +59,8 @@
+         case $host in
+         *-*-linux*)
+                 DEBUG="-g -Wall -fsigned-char"
+-                CFLAGS="-O20 -ffast-math -fsigned-char"
+-                PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
++                CFLAGS="-fsigned-char"
++                PROFILE="-Wall -W -pg -g -fsigned-char"
+                 ;;
+         sparc-sun-*)
+                 DEBUG="-g -Wall -fsigned-char -mv8"




More information about the pkg-xiph-commits mailing list