[Lunar-commits] <moonbase-other> xchat: fix linking error
v4hn
me at v4hn.de
Mon May 6 14:05:02 CEST 2013
commit 5bfcbbbce7bdda10949615c3a8adf7997ce8078e
Author: v4hn <me at v4hn.de>
Date: Mon, 06 May 2013 05:04:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5bfcbbbce7bdda10949615c3a8adf7997ce8078e
xchat: fix linking error
---
chat/xchat/BUILD | +5/-7
1 file changed, 5 insertions(+), 7 deletions(-)
--- a/chat/xchat/BUILD
+++ b/chat/xchat/BUILD
@@ -1,11 +1,9 @@
-(
+patch_it $SOURCE2 0 &&
- patch_it $SOURCE2 0 &&
+sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
- OPTS+=" --enable-ipv6" &&
+sedit 's/xchat_LDADD = .*/\0 -lgmodule-2.0/' src/fe-gtk/Makefile.in &&
- sedit 's/GtkType/GType/g' src/fe-gtk/xtext.{c,h} &&
+OPTS+=" --enable-ipv6" &&
- default_build
-
-) > $C_FIFO 2>&1
+default_build
More information about the Lunar-commits
mailing list