packages: kde4-oxygen-icons/kde4-oxygen-icons.spec - trick cmake not to req...
sparky
sparky at pld-linux.org
Thu Dec 3 02:08:32 CET 2009
Author: sparky Date: Thu Dec 3 01:08:32 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- trick cmake not to require unneeded c++ compiler
---- Files affected:
packages/kde4-oxygen-icons:
kde4-oxygen-icons.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: packages/kde4-oxygen-icons/kde4-oxygen-icons.spec
diff -u packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.17 packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.18
--- packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.17 Mon Nov 30 11:04:08 2009
+++ packages/kde4-oxygen-icons/kde4-oxygen-icons.spec Thu Dec 3 02:08:26 2009
@@ -62,7 +62,7 @@
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-DCMAKE_CXX_COMPILER_WORKS=1 \
- -DCMAKE_C_COMPILER_WORKS=1 \
+ -DCMAKE_CXX_COMPILER="%{__cc}" \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64
%endif
@@ -130,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2009/12/03 01:08:26 sparky
+- trick cmake not to require unneeded c++ compiler
+
Revision 1.17 2009/11/30 10:04:08 shadzik
- trick cmake not to check for working compilers, as we don't need compilers at all to make this package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-oxygen-icons/kde4-oxygen-icons.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list