SPECS: semantik.spec - fix build when 32bit arch

shadzik shadzik at pld-linux.org
Tue Oct 30 22:00:31 CET 2007


Author: shadzik                      Date: Tue Oct 30 21:00:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build when 32bit arch

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

---- Diffs:

================================================================
Index: SPECS/semantik.spec
diff -u SPECS/semantik.spec:1.3 SPECS/semantik.spec:1.4
--- SPECS/semantik.spec:1.3	Fri Oct 19 20:06:36 2007
+++ SPECS/semantik.spec	Tue Oct 30 22:00:26 2007
@@ -44,10 +44,10 @@
 
 %build
 ./waf configure \
-	--prefix=%{_prefix} \
 %if "%{_lib}" == "lib64"
-	--use64
+	--use64 \
 %endif
+	--prefix=%{_prefix}
 ./waf
 
 %install
@@ -73,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/10/30 21:00:26  shadzik
+- fix build when 32bit arch
+
 Revision 1.3  2007/10/19 18:06:36  shadzik
 - BR python-devel
 - R python
================================================================

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



More information about the pld-cvs-commit mailing list