SOURCES: kde4-kdelibs-findboost.patch (NEW) - help finding boost - fixes kd...
shadzik
shadzik at pld-linux.org
Wed Jul 23 11:59:54 CEST 2008
Author: shadzik Date: Wed Jul 23 09:59:54 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- help finding boost
- fixes kdesdk umbrella build
---- Files affected:
SOURCES:
kde4-kdelibs-findboost.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kde4-kdelibs-findboost.patch
diff -u /dev/null SOURCES/kde4-kdelibs-findboost.patch:1.1
--- /dev/null Wed Jul 23 11:59:54 2008
+++ SOURCES/kde4-kdelibs-findboost.patch Wed Jul 23 11:59:48 2008
@@ -0,0 +1,18 @@
+--- cmake/modules/FindBoost.cmake.old 2008-07-23 11:56:52.633942000 +0200
++++ cmake/modules/FindBoost.cmake 2008-07-23 11:57:25.732010500 +0200
+@@ -211,12 +211,15 @@
+ # cdrom inserted it will popup a very annoying dialog
+ #D:/boost/include
+ /sw/local/include
++ /usr/include
+ )
+
+ SET(_boost_LIBRARIES_SEARCH_DIRS
+ C:/boost/lib
+ "C:/Program Files/boost/boost_${Boost_MINIMUM_VERSION}/lib"
+ /sw/local/lib
++ /usr/lib
++ /usr/lib64
+ )
+
+ IF( NOT $ENV{BOOST_ROOT} STREQUAL "" )
================================================================
More information about the pld-cvs-commit
mailing list