packages (DEVEL): kde4-oxygen-icons/kde4-oxygen-icons.spec - trick cmake no...

shadzik shadzik at pld-linux.org
Mon Nov 30 11:38:14 CET 2009


Author: shadzik                      Date: Mon Nov 30 10:38:14 2009 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- trick cmake not to check for working compilers, as we don't need compilers at all to make this package

---- Files affected:
packages/kde4-oxygen-icons:
   kde4-oxygen-icons.spec (1.8.2.6 -> 1.8.2.7) 

---- Diffs:

================================================================
Index: packages/kde4-oxygen-icons/kde4-oxygen-icons.spec
diff -u packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.8.2.6 packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.8.2.7
--- packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.8.2.6	Tue Nov 17 03:25:37 2009
+++ packages/kde4-oxygen-icons/kde4-oxygen-icons.spec	Mon Nov 30 11:38:09 2009
@@ -63,6 +63,8 @@
 %cmake .. \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DCMAKE_CXX_COMPILER_WORKS=1 \
+	-DCMAKE_C_COMPILER_WORKS=1 \
 %if "%{_lib}" == "lib64"
 	-DLIB_SUFFIX=64
 %endif
@@ -130,6 +132,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8.2.7  2009/11/30 10:38:09  shadzik
+- trick cmake not to check for working compilers, as we don't need compilers at all to make this package
+
 Revision 1.8.2.6  2009/11/17 02:25:37  shadzik
 - 4.3.75
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-oxygen-icons/kde4-oxygen-icons.spec?r1=1.8.2.6&r2=1.8.2.7&f=u



More information about the pld-cvs-commit mailing list