SPECS (AC-branch): scummvm.spec - oops! %ifarch for sparc, not %if...

hawk hawk at pld-linux.org
Mon Mar 12 17:20:35 CET 2007


Author: hawk                         Date: Mon Mar 12 16:20:35 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- oops! %ifarch for sparc, not %ifnarch

---- Files affected:
SPECS:
   scummvm.spec (1.43.2.2 -> 1.43.2.3) 

---- Diffs:

================================================================
Index: SPECS/scummvm.spec
diff -u SPECS/scummvm.spec:1.43.2.2 SPECS/scummvm.spec:1.43.2.3
--- SPECS/scummvm.spec:1.43.2.2	Mon Mar 12 17:16:20 2007
+++ SPECS/scummvm.spec	Mon Mar 12 17:20:30 2007
@@ -95,7 +95,7 @@
 
 %{__make} \
 	CXX="%{__cxx}" \
-%ifnarch sparc sparc64
+%ifarch sparc sparc32 sparc64
 	CXXFLAGS="%{rpmcflags} -DDYNAMIC_MODULES" \
 %else
 	CXXFLAGS="%{rpmcflags} -DDYNAMIC_MODULES -fpic" \
@@ -167,6 +167,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43.2.3  2007/03/12 16:20:30  hawk
+- oops! %ifarch for sparc, not %ifnarch
+
 Revision 1.43.2.2  2007/03/12 16:16:20  hawk
 - damn typos
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scummvm.spec?r1=1.43.2.2&r2=1.43.2.3&f=u



More information about the pld-cvs-commit mailing list