[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#409255: audacity - FTBFS: error: unrecognized command line option "-msse"



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bastian Blank schrieb:
> So using this flag is not appropriate for debian i386 packages.
Ok, I attached a patch that just removes the flag usage. Since it
patches Makefile.in directly, no regeneration ist needed.

Regards,
  Bastian
- --
  ,''`.                  Bastian Kleineidam
 : :' :                    GnuPG Schlüssel
 `. `'    gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFyL3DeBwlBDLsbz4RAkslAJwOCXyh4R9//i+6NioJvR+rgkrgNwCgpfb+
6cbjKOH3vhQzxnFKYHGPV64=
=H2q0
-----END PGP SIGNATURE-----
--- 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:

Reply to: