SPECS: kicad.spec - try to fix 64bit build (it's a dry try, i didn...

shadzik shadzik at pld-linux.org
Tue Nov 27 15:39:39 CET 2007


Author: shadzik                      Date: Tue Nov 27 14:39:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try to fix 64bit build (it's a dry try, i didn't test the build myself)

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

---- Diffs:

================================================================
Index: SPECS/kicad.spec
diff -u SPECS/kicad.spec:1.3 SPECS/kicad.spec:1.4
--- SPECS/kicad.spec:1.3	Tue Nov 27 15:02:07 2007
+++ SPECS/kicad.spec	Tue Nov 27 15:39:34 2007
@@ -41,7 +41,11 @@
 %{__make} -f makefile.gtk \
 	WXXFLAGS="`$WX_CONFIG --cxxflags`" \
 	WXPATH=%{_libdir} \
+%if "%{_lib}" == "lib64"
+	PREFIX_WX_LIBS="lib64`$WX_CONFIG --basename`" \
+%else
 	PREFIX_WX_LIBS="lib`$WX_CONFIG --basename`" \
+%endif
 	SUFFIX_WX_LIBSTD="`$WX_CONFIG --utility=`" \
 	SUFFIX_WX_LIBGL="_gl-`$WX_CONFIG --release`" \
 	LIBVERSION="`$WX_CONFIG --release`" \
@@ -72,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007-11-27 14:39:34  shadzik
+- try to fix 64bit build (it's a dry try, i didn't test the build myself)
+
 Revision 1.3  2007-11-27 14:02:07  luzik
 - fixed BR, STBR
 
================================================================

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



More information about the pld-cvs-commit mailing list