[Lunar-commits] <moonbase> kdesdk4: fix kate build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Jul 10 03:11:47 CEST 2011
commit 124f0996b6158c7bcc82897a986914f9047eb165
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Jul 10 03:11:47 2011 +0200
kdesdk4: fix kate build
---
kde4/base/kdesdk4/BUILD | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde4/base/kdesdk4/BUILD b/kde4/base/kdesdk4/BUILD
index 53fb439..cb7ccb7 100644
--- a/kde4/base/kdesdk4/BUILD
+++ b/kde4/base/kdesdk4/BUILD
@@ -10,8 +10,10 @@
source /etc/profile.d/qt4.rc &&
source /etc/profile.d/kde4.rc &&
- # Kate build breaks kdesdk build so turn it off for now
- OPTS+=" -DBUILD_kate=OFF "
+ # Must be built out of tree otherwise it will break
+ # at kate compilation. But does not have this file:
+ touch cmake/modules/MacroEnsureOutOfSourceBuild.cmake &&
+ # to trigger out of tree build on Lunar. So touch it.
default_cmake_build
More information about the Lunar-commits
mailing list