packages: termit/termit.spec - added cmake hack to avoid suprtfluous g++ re...

sparky sparky at pld-linux.org
Thu Jan 27 22:43:29 CET 2011


Author: sparky                       Date: Thu Jan 27 21:43:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added cmake hack to avoid suprtfluous g++ requirement

---- Files affected:
packages/termit:
   termit.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: packages/termit/termit.spec
diff -u packages/termit/termit.spec:1.24 packages/termit/termit.spec:1.25
--- packages/termit/termit.spec:1.24	Mon Dec  6 08:46:29 2010
+++ packages/termit/termit.spec	Thu Jan 27 22:43:24 2011
@@ -63,6 +63,7 @@
 
 %build
 %cmake . \
+	-DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_CXX_COMPILER="%{__cc}" \
 	-DCMAKE_INSTALL_PREFIX:PATH="%{_prefix}" \
 	-DCMAKE_VERBOSE_MAKEFILE=ON
 # fix --as-needed issue - ref: http://pld-linux.org/DevelopingPLD/AdvancedDeveloping/FixingAsNeeded
@@ -99,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2011/01/27 21:43:24  sparky
+- added cmake hack to avoid suprtfluous g++ requirement
+
 Revision 1.24  2010/12/06 07:46:29  uzsolt
 - 2.7.0
 - git version (in Release)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/termit/termit.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list