diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:24:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 14:24:36 +0000 |
commit | f87dda75987ebe563f3f9043319f8b50ef781da5 (patch) | |
tree | ef4a3bf29f90548f82dcf8cffcd50b28a4c548fb | |
parent | 7c7827150a67c720882faa79cb868c28c53a6347 (diff) | |
download | freebsd-ports-f87dda75987ebe563f3f9043319f8b50ef781da5.zip |
Add missing library libgmodule-2.0
Reported by: antoine
-rw-r--r-- | irc/xchat/Makefile | 3 |
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: |