aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/mutter
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-02 14:25:17 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-02 14:25:17 +0000
commite4309bc6b5bef1a96c8126cf221e804497e57d18 (patch)
tree6cd2ab14853a34a439dd464f854546ffad0e4d0c /x11-wm/mutter
parentf87dda75987ebe563f3f9043319f8b50ef781da5 (diff)
downloadports-e4309bc6b5bef1a96c8126cf221e804497e57d18.tar.gz
ports-e4309bc6b5bef1a96c8126cf221e804497e57d18.zip
Add missing library libgmodule-2.0
Reported by: antoine
Notes
Notes: svn path=/head/; revision=367010
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r--x11-wm/mutter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
index 40142d6c161d..f77de79db0e1 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -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>