aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-02 22:42:41 +0800
committertijl <tijl@FreeBSD.org>2014-09-02 22:42:41 +0800
commita75b6ff7a6422ba9041b439272a028ee664d575e (patch)
tree51ef87e6f3d6cc159b146be271e90c0f0d5fa606
parentbe3e238730abc5fd2350c6482677151fbeade990 (diff)
downloadfreebsd-ports-gnome-a75b6ff7a6422ba9041b439272a028ee664d575e.tar.gz
freebsd-ports-gnome-a75b6ff7a6422ba9041b439272a028ee664d575e.tar.zst
freebsd-ports-gnome-a75b6ff7a6422ba9041b439272a028ee664d575e.zip
Add missing library libgmodule-2.0
Reported by: antoine
-rw-r--r--editors/gedit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 1c349d8d1236..c34e04d5517b 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -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>