svn commit: r367009 - head/irc/xchat

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 14:24:37 UTC 2014


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:


More information about the svn-ports-head mailing list