diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
commit | c958a485819003ec24c1ea1b01940ea7c953115e (patch) | |
tree | 544858c7e8531f55637ace19f7fe9ce4ac601ede /irc/xchat | |
parent | a0b1f9f804c55b43a404082d192042d7b0e7f832 (diff) | |
download | ports-c958a485819003ec24c1ea1b01940ea7c953115e.tar.gz ports-c958a485819003ec24c1ea1b01940ea7c953115e.zip |
Notes
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 430b57488480..a1087c589a57 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -97,8 +97,6 @@ PLIST_SUB+= TCL="@comment " post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/src/common/*.[ch] - @${REINPLACE_CMD} '/xchat_LDADD =/s/$$/ -lgmodule-2.0/' \ - ${WRKSRC}/src/fe-gtk/Makefile.in # Create plugins directory even when no plugins are installed post-install: |