rpms/muse/devel muse.spec,1.9,1.10

Orcan Ogetbil oget at fedoraproject.org
Thu Dec 24 11:38:44 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/muse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14449

Modified Files:
	muse.spec 
Log Message:
disable sse bits on ix86



Index: muse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/muse/devel/muse.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- muse.spec	24 Dec 2009 11:15:41 -0000	1.9
+++ muse.spec	24 Dec 2009 11:38:44 -0000	1.10
@@ -75,6 +75,7 @@ cp %{SOURCE1} al/dspSSE.cpp
 %endif
 
 %build
+# Work around the gcc bug RHBZ#531218
 %if 0%{?fedora} >= 12
 export CXX="g++ -fno-var-tracking-assignments"
 %endif
@@ -84,7 +85,7 @@ export CXX="g++ -fno-var-tracking-assign
            --disable-qttest \
            --with-qt-prefix=${QTDIR} \
            --enable-lash \
-%ifarch %ix86 x86_64
+%ifarch x86_64
            --enable-sse \
 %endif
            --enable-python \




More information about the fedora-extras-commits mailing list