packages: kde4-oxygen-icons/kde4-oxygen-icons.spec - set CXX_COMPILER="%{__...
sparky
sparky at pld-linux.org
Thu Feb 18 17:36:20 CET 2010
Author: sparky Date: Thu Feb 18 16:36:20 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- set CXX_COMPILER="%{__cc}" to confuse cmake, so it won't require c++ compiler
---- Files affected:
packages/kde4-oxygen-icons:
kde4-oxygen-icons.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: packages/kde4-oxygen-icons/kde4-oxygen-icons.spec
diff -u packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.20 packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.21
--- packages/kde4-oxygen-icons/kde4-oxygen-icons.spec:1.20 Thu Feb 18 01:19:22 2010
+++ packages/kde4-oxygen-icons/kde4-oxygen-icons.spec Thu Feb 18 17:36:15 2010
@@ -62,6 +62,7 @@
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-DCMAKE_CXX_COMPILER_WORKS=1 \
+ -DCMAKE_CXX_COMPILER="%{__cc}" \
-DCMAKE_C_COMPILER_WORKS=1 \
%if "%{_lib}" == "lib64"
-DLIB_SUFFIX=64
@@ -131,6 +132,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2010/02/18 16:36:15 sparky
+- set CXX_COMPILER="%{__cc}" to confuse cmake, so it won't require c++ compiler
+
Revision 1.20 2010/02/18 00:19:22 shadzik
- merged from DEVEL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-oxygen-icons/kde4-oxygen-icons.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list