rpms/armstrong/devel armstrong.spec,1.2,1.3

Orcan Ogetbil oget at fedoraproject.org
Sun May 10 23:31:00 UTC 2009


Author: oget

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

Modified Files:
	armstrong.spec 
Log Message:
Fix elseifarch lines for sse optimization.



Index: armstrong.spec
===================================================================
RCS file: /cvs/pkgs/rpms/armstrong/devel/armstrong.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- armstrong.spec	10 May 2009 22:03:50 -0000	1.2
+++ armstrong.spec	10 May 2009 23:30:30 -0000	1.3
@@ -142,7 +142,8 @@ scons configure \
         optflags="%{optflags}" \
 %ifarch %{ix86}
         SSE="true" \
-%elseifarch x86_64 ia64
+%endif
+%ifarch x86_64 ia64
         SSE2="true" \
 %endif
         MP3="False"




More information about the fedora-extras-commits mailing list