SPECS: ufoai.spec - enable mmx only for x86_64 (dont know why th...

arvenil arvenil at pld-linux.org
Sun Jan 13 18:34:25 CET 2008


Author: arvenil                      Date: Sun Jan 13 17:34:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- enable mmx only for x86_64
  (dont know why this doesn't work on other archs)

---- Files affected:
SPECS:
   ufoai.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ufoai.spec
diff -u SPECS/ufoai.spec:1.3 SPECS/ufoai.spec:1.4
--- SPECS/ufoai.spec:1.3	Sun Jan 13 18:02:52 2008
+++ SPECS/ufoai.spec	Sun Jan 13 18:34:20 2008
@@ -49,7 +49,9 @@
 %build
 CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure \
+%ifarch %{x8664}
 	--enable-mmx \
+%endif
 	--with-curses \
 	--with-shaders
 %{__make}
@@ -115,6 +117,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-13 17:34:20  arvenil
+- enable mmx only for x86_64
+  (dont know why this doesn't work on other archs)
+
 Revision 1.3  2008-01-13 17:02:52  glen
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ufoai.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list