summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 14:24:36 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 14:24:36 +0000
commitf87dda75987ebe563f3f9043319f8b50ef781da5 (patch)
treeef4a3bf29f90548f82dcf8cffcd50b28a4c548fb
parent7c7827150a67c720882faa79cb868c28c53a6347 (diff)
downloadfreebsd-ports-f87dda75987ebe563f3f9043319f8b50ef781da5.zip
Add missing library libgmodule-2.0
Reported by: antoine
-rw-r--r--irc/xchat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index a1087c589a57..395a48cf005c 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -97,6 +97,9 @@ PLIST_SUB+= TCL="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/src/common/*.[ch]
+ @${REINPLACE_CMD} '/_LDADD =/s/$$/ -lgmodule-2.0/' \
+ ${WRKSRC}/src/fe-gtk/Makefile.in \
+ ${WRKSRC}/src/fe-text/Makefile.in
# Create plugins directory even when no plugins are installed
post-install: