[Lunar-commits] r20302 - moonbase/trunk/zbeta/weechat-cvs

Terry Chan tchan at lunar-linux.org
Sat Jun 3 13:36:39 UTC 2006


Author: tchan
Date: 2006-06-03 13:36:39 +0000 (Sat, 03 Jun 2006)
New Revision: 20302

Modified:
   moonbase/trunk/zbeta/weechat-cvs/BUILD
Log:
Added a hack that allows weechat-cvs to be built on lunar boxes that don't have
gtk+-2 installed.


Modified: moonbase/trunk/zbeta/weechat-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/weechat-cvs/BUILD	2006-06-03 13:26:38 UTC (rev 20301)
+++ moonbase/trunk/zbeta/weechat-cvs/BUILD	2006-06-03 13:36:39 UTC (rev 20302)
@@ -1,4 +1,8 @@
 (
+# This hack suggest by ptitlouis from #weechat for building on a box with no gtk+-2 available
+  if ! module_installed gtk+-2; then
+    sedit 's/\(.*AM_PATH_GTK.*\)/#\1/' configure.in
+  fi &&
   ./autogen.sh  --build=$BUILD            \
                 --prefix=/usr             \
                 --sysconfdir=/etc         \



More information about the Lunar-commits mailing list