[Lunar-commits] <moonbase-kde> tulip: Adjusting the BUILD to insert a missing include (sys/time.h) and
stumbles
stumbles at lunar-linux.org
Sun Jan 13 10:14:34 CET 2013
commit 7a40a51b307e374e287001c7ca6bcc046e2a87d3
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 13 Jan 2013 01:14:34 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/7a40a51b307e374e287001c7ca6bcc046e2a87d3
tulip: Adjusting the BUILD to insert a missing include (sys/time.h) and
deleting the add doc dir (causes install to fail).
---
qt4-apps/tulip/BUILD | +4/-0
1 file changed, 4 insertions(+)
--- a/qt4-apps/tulip/BUILD
+++ b/qt4-apps/tulip/BUILD
@@ -7,6 +7,10 @@
# others as Release.
OPTS+=" -DCMAKE_BUILD_TYPE=Release" &&
+ sedit "25i #include <sys/time.h>" library/tulip-ogl/src/GlScene.cpp &&
+ sedit "s:ADD_SUBDIRECTORY(doc)::" CMakeLists.txt &&
+
+
default_cmake_build &&
# Desktop menu entry
More information about the Lunar-commits
mailing list