Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 14:23:10 +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: r367008 - head/sysutils/gnome-system-monitor
Message-ID:  <201409021423.s82ENA2Y062216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 14:23:10 2014
New Revision: 367008
URL: http://svnweb.freebsd.org/changeset/ports/367008
QAT: https://qat.redports.org/buildarchive/r367008/

Log:
  Add missing library libgmodule-2.0
  
  Reported by:	antoine

Modified:
  head/sysutils/gnome-system-monitor/Makefile

Modified: head/sysutils/gnome-system-monitor/Makefile
==============================================================================
--- head/sysutils/gnome-system-monitor/Makefile	Tue Sep  2 14:22:03 2014	(r367007)
+++ head/sysutils/gnome-system-monitor/Makefile	Tue Sep  2 14:23:10 2014	(r367008)
@@ -24,7 +24,7 @@ INSTALLS_OMF=	yes
 USE_GNOME=	gnomeprefix intlhack libwnck gnomevfs2 gnomedocutils librsvg2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lutil
+LIBS+=		-L${LOCALBASE}/lib -lgmodule-2.0 -lutil
 
 GCONF_SCHEMAS=	gnome-system-monitor.schemas
 



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