SPECS: kde-theme-domino.spec - fix build on 64bit machines

shadzik shadzik at pld-linux.org
Mon Feb 19 09:44:03 CET 2007


Author: shadzik                      Date: Mon Feb 19 08:44:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build on 64bit machines

---- Files affected:
SPECS:
   kde-theme-domino.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/kde-theme-domino.spec
diff -u SPECS/kde-theme-domino.spec:1.3 SPECS/kde-theme-domino.spec:1.4
--- SPECS/kde-theme-domino.spec:1.3	Mon Feb 19 03:39:41 2007
+++ SPECS/kde-theme-domino.spec	Mon Feb 19 09:43:58 2007
@@ -77,6 +77,10 @@
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
 	--with-qt-libraries=%{_libdir}
 %{__make}
 
@@ -118,6 +122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/19 08:43:58  shadzik
+- fix build on 64bit machines
+
 Revision 1.3  2007/02/19 02:39:41  shadzik
 - pl for -style subpackage
 - spec_utf8 didn't convert it properly, so it's still iso8859-2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kde-theme-domino.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list