diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-02 22:42:41 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-02 22:42:41 +0800 |
commit | a75b6ff7a6422ba9041b439272a028ee664d575e (patch) | |
tree | 51ef87e6f3d6cc159b146be271e90c0f0d5fa606 | |
parent | be3e238730abc5fd2350c6482677151fbeade990 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |