Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 16:58:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367051 - head/x11/gnome-panel
Message-ID:  <201409021658.s82Gw5MN040153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021658.s82Gw5MN040153>