svn commit: r367020 - head/editors/gedit

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 14:42:41 UTC 2014


Author: tijl
Date: Tue Sep  2 14:42:41 2014
New Revision: 367020
URL: http://svnweb.freebsd.org/changeset/ports/367020
QAT: https://qat.redports.org/buildarchive/r367020/

Log:
  Add missing library libgmodule-2.0
  
  Reported by:	antoine

Modified:
  head/editors/gedit/Makefile

Modified: head/editors/gedit/Makefile
==============================================================================
--- head/editors/gedit/Makefile	Tue Sep  2 14:42:30 2014	(r367019)
+++ head/editors/gedit/Makefile	Tue Sep  2 14:42:41 2014	(r367020)
@@ -39,7 +39,9 @@ PYTHON_CONFIGURE_ENABLE=python
 PYTHON_USE=		GNOME=pygtksourceview
 
 post-patch:
-	${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \
+	@${REINPLACE_CMD} '/^libgedit_la_LIBADD =/s/=/= -lgmodule-2.0/' \
+		${WRKSRC}/gedit/Makefile.in
+	@${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \
 		${WRKSRC}/gedit/smclient/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list