[Lunar-commits] r21624 - moonbase/trunk/ftp/gtk-gnutella
Terry Chan
tchan at lunar-linux.org
Fri Sep 29 21:13:06 UTC 2006
Author: tchan
Date: 2006-09-29 21:13:06 +0000 (Fri, 29 Sep 2006)
New Revision: 21624
Added:
moonbase/trunk/ftp/gtk-gnutella/CONFIGURE
Modified:
moonbase/trunk/ftp/gtk-gnutella/BUILD
Log:
Fixing this module for nls bugs. Most users can say no and then nls will be
disabled and gtk-gnutella will then build correctly. For those that want to
struggle with nls, you can still enable it and you are on your own!
Modified: moonbase/trunk/ftp/gtk-gnutella/BUILD
===================================================================
--- moonbase/trunk/ftp/gtk-gnutella/BUILD 2006-09-29 20:26:48 UTC (rev 21623)
+++ moonbase/trunk/ftp/gtk-gnutella/BUILD 2006-09-29 21:13:06 UTC (rev 21624)
@@ -1,11 +1,16 @@
(
+ OPTS="$OPTS -U d_enablenls" &&
+ if [ "$CONFIG_NLS" == "n" ]; then
+ OPTS="$OPTS -U d_enablenls"
+ fi
# shoot metaconfig in the head please:
./Configure -ders\
-D gtkversion=2 \
-D prefix=/usr \
-D installbin=/usr/bin \
- -D remotectrl=y &&
+ -D remotectrl=y \
+ $OPTS &&
default_make
) > $C_FIFO 2>&1
Added: moonbase/trunk/ftp/gtk-gnutella/CONFIGURE
===================================================================
--- moonbase/trunk/ftp/gtk-gnutella/CONFIGURE (rev 0)
+++ moonbase/trunk/ftp/gtk-gnutella/CONFIGURE 2006-09-29 21:13:06 UTC (rev 21624)
@@ -0,0 +1 @@
+mquery CONFIG_NLS "Do you want NLS enabled?" n
More information about the Lunar-commits
mailing list