Date: Tue, 2 Sep 2014 14:24:37 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367009 - head/irc/xchat Message-ID: <201409021424.s82EObOi062483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Sep 2 14:24:36 2014 New Revision: 367009 URL: http://svnweb.freebsd.org/changeset/ports/367009 QAT: https://qat.redports.org/buildarchive/r367009/ Log: Add missing library libgmodule-2.0 Reported by: antoine Modified: head/irc/xchat/Makefile Modified: head/irc/xchat/Makefile ============================================================================== --- head/irc/xchat/Makefile Tue Sep 2 14:23:10 2014 (r367008) +++ head/irc/xchat/Makefile Tue Sep 2 14:24:36 2014 (r367009) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021424.s82EObOi062483>