svn commit: r367051 - head/x11/gnome-panel
Tijl Coosemans
tijl at FreeBSD.org
Tue Sep 2 16:58:05 UTC 2014
Author: tijl
Date: Tue Sep 2 16:58:04 2014
New Revision: 367051
URL: http://svnweb.freebsd.org/changeset/ports/367051
QAT: https://qat.redports.org/buildarchive/r367051/
Log:
Add missing library libgmodule-2.0
Reported by: antoine
Modified:
head/x11/gnome-panel/Makefile
Modified: head/x11/gnome-panel/Makefile
==============================================================================
--- head/x11/gnome-panel/Makefile Tue Sep 2 16:57:08 2014 (r367050)
+++ head/x11/gnome-panel/Makefile Tue Sep 2 16:58:04 2014 (r367051)
@@ -74,6 +74,8 @@ post-patch:
${WRKSRC}/help/fish/Makefile.in
@${REINPLACE_CMD} -e 's|python.* python2\.0|${PYTHON_VERSION}|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} '/_LIBADD =/s/$$/ -lgmodule-2.0/' \
+ ${WRKSRC}/gnome-panel/libpanel-applet-private/Makefile.in
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list