[Lunar-commits] <moonbase> kdeedu4: A couple of changes here. A little sedit for boost since the boost folks

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 3 14:01:41 CEST 2009


commit 88fab017c4b81acf34b9c3f1ff77b3cf27fe6ea2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Sep 3 08:01:41 2009 -0400

    kdeedu4: A couple of changes here. A little sedit for boost since the boost folks
    
    decided on some name changes. Explicitly setting the experimental python bindings
    to FALSE, even though that is the default. Just a reminder for me to revisit this
    issue.
---
 kde4/base/kdeedu4/BUILD |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kde4/base/kdeedu4/BUILD b/kde4/base/kdeedu4/BUILD
index 156bbb3..7a3b2f6 100644
--- a/kde4/base/kdeedu4/BUILD
+++ b/kde4/base/kdeedu4/BUILD
@@ -3,6 +3,7 @@
   KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
 
 #  sedit "s:add_subdirectory(tests):#add_subdirectory(tests):" marble/CMakeLists.txt  &&
+  sedit "s:boost\_python-gcc-mt:boost\_python:g" cmake/modules/FindBoostPython.cmake &&
 
   source /etc/profile.d/qt4.rc   &&
   source /etc/profile.d/kde4.rc  &&
@@ -11,7 +12,7 @@
   cd $KDE4_BUILD_DIR     &&
 
   cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE -DEXPERIMENTAL_PYTHON_BINDINGS=TRUE &&
+                           -DCMAKE_BUILD_TYPE=RELEASE -DEXPERIMENTAL_PYTHON_BINDINGS=FALSE &&
 
   default_make
 


More information about the Lunar-commits mailing list