rpms/SDL_gfx/devel SDL_gfx.spec,1.10,1.11

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Jun 19 13:20:22 UTC 2007


Author: thias

Update of /cvs/extras/rpms/SDL_gfx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15496

Modified Files:
	SDL_gfx.spec 
Log Message:
Minor fix.



Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SDL_gfx.spec	19 Jun 2007 13:02:53 -0000	1.10
+++ SDL_gfx.spec	19 Jun 2007 13:19:46 -0000	1.11
@@ -39,10 +39,10 @@
 
 %build
 %configure \
-    --disable-static \
 %ifnarch %{ix86}
-    --disable-mmx
+    --disable-mmx \
 %endif
+    --disable-static
 %{__make} %{?_smp_mflags}
 
 




More information about the scm-commits mailing list