aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-02 22:25:17 +0800
committertijl <tijl@FreeBSD.org>2014-09-02 22:25:17 +0800
commit7494eb0981b4e131f848cf69b3fbde50592c3827 (patch)
tree6cd2ab14853a34a439dd464f854546ffad0e4d0c /x11-wm
parent3b425dca84ac8b2a0d74aa70f9296340025574bc (diff)
downloadfreebsd-ports-gnome-7494eb0981b4e131f848cf69b3fbde50592c3827.tar.gz
freebsd-ports-gnome-7494eb0981b4e131f848cf69b3fbde50592c3827.tar.zst
freebsd-ports-gnome-7494eb0981b4e131f848cf69b3fbde50592c3827.zip
Add missing library libgmodule-2.0
Reported by: antoine
Diffstat (limited to 'x11-wm')
-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>