[Demudi-commits] r1061 - in audacity/trunk/debian: . patches

Free Ekanayaka free-guest at alioth.debian.org
Wed Feb 7 11:29:13 CET 2007


Author: free-guest
Date: 2007-02-07 11:29:13 +0100 (Wed, 07 Feb 2007)
New Revision: 1061

Added:
   audacity/trunk/debian/patches/no_sse_flag.patch
Modified:
   audacity/trunk/debian/changelog
Log:
* audacity - FTBFS: error: unrecognized command line option "-msse"
  (Closes: #409255)

Modified: audacity/trunk/debian/changelog
===================================================================
--- audacity/trunk/debian/changelog	2007-02-06 11:45:02 UTC (rev 1060)
+++ audacity/trunk/debian/changelog	2007-02-07 10:29:13 UTC (rev 1061)
@@ -1,3 +1,10 @@
+audacity (1.3.2-2) UNRELEASED; urgency=low
+
+  * audacity - FTBFS: error: unrecognized command line option "-msse"
+    (Closes: #409255)
+
+ -- Free Ekanayaka <freee at debian.org>  Wed,  7 Feb 2007 10:23:35 +0000
+
 audacity (1.3.2-1) unstable; urgency=low
 
   [ Michael Biebl ]

Added: audacity/trunk/debian/patches/no_sse_flag.patch
===================================================================
--- audacity/trunk/debian/patches/no_sse_flag.patch	2007-02-06 11:45:02 UTC (rev 1060)
+++ audacity/trunk/debian/patches/no_sse_flag.patch	2007-02-07 10:29:13 UTC (rev 1061)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2007-02-06 18:40:29.122955147 +0100
++++ Makefile.in	2007-02-06 18:40:33.941222659 +0100
+@@ -197,7 +197,7 @@
+ 
+ # ??? test for -fcheck-new in configure.ac
+ # other compiler flags to add
+-AM_CXXFLAGS = -O3 -msse -fcheck-new -I../../include
++AM_CXXFLAGS = -O3 -fcheck-new -I../../include
+ all: all-am
+ 
+ .SUFFIXES:




More information about the Demudi-commits mailing list