[Lunar-commits] <moonbase> semantik: A few changes here to the BUILD. The current version of ocaml

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Oct 28 13:40:47 CEST 2010


commit f2798fdfca4e04053e992355d48e7d93611dc3d9
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Oct 28 07:40:47 2010 -0400

    semantik: A few changes here to the BUILD. The current version of ocaml
    
    causes the make to crapout on /usr/bin/ld: cannot find -lstr, so per
    http://www.mail-archive.com/debian-bugs-closed@lists.debian.org/msg284153.html
    just removing the -lstr from wscript.
---
 doc-tools/semantik/BUILD |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc-tools/semantik/BUILD b/doc-tools/semantik/BUILD
index bcb7554..d3c1bee 100644
--- a/doc-tools/semantik/BUILD
+++ b/doc-tools/semantik/BUILD
@@ -4,12 +4,16 @@
   . /etc/profile.d/kde4.rc &&
 
   sedit "s:kde-config:kde4-config:g" wscript &&
+  sedit "s:-lstr::" wscript &&
 
   sedit "s:Icon=semantik:Icon=\$KDE_INSTALL_DIR/share/icons/hicolor/48x48/apps/semantik.png:" src/data/semantik.desktop &&
   sed -i '12i Exec=$KDE_INSTALL_DIR/bin/semantik' src/data/semantik.desktop &&
   sedit "s:Application;::" src/data/semantik.desktop &&
  
-  ./waf configure --qtdir=$QTDIR --prefix=$MODULE_PREFIX &&
+  ./waf configure --prefix=$QTDIR   \
+                  --qtincludes=$QTDIR/include/qt4/ \
+                  --qtlibs=$QTDIR/lib/qt4          &&
+
   ./waf            &&
 
   prepare_install  &&


More information about the Lunar-commits mailing list