svn commit: r367010 - head/x11-wm/mutter

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 14:25:18 UTC 2014


Author: tijl
Date: Tue Sep  2 14:25:17 2014
New Revision: 367010
URL: http://svnweb.freebsd.org/changeset/ports/367010
QAT: https://qat.redports.org/buildarchive/r367010/

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

Modified:
  head/x11-wm/mutter/Makefile

Modified: head/x11-wm/mutter/Makefile
==============================================================================
--- head/x11-wm/mutter/Makefile	Tue Sep  2 14:24:36 2014	(r367009)
+++ head/x11-wm/mutter/Makefile	Tue Sep  2 14:25:17 2014	(r367010)
@@ -32,5 +32,7 @@ GCONF_SCHEMAS=	mutter.schemas
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Werror||g' \
 	    	${WRKSRC}/configure
+	@${REINPLACE_CMD} '/^mutter_LDADD =/s/$$/ -lgmodule-2.0/' \
+		${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list