Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 00:37:40 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342916 - head/graphics/gsnapshot
Message-ID:  <201402060037.s160bect030865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  6 00:37:39 2014
New Revision: 342916
URL: http://svnweb.freebsd.org/changeset/ports/342916
QAT: https://qat.redports.org/buildarchive/r342916/

Log:
  graphics/gnapshot: Explicitly link libm and libgmodule-2.0 (taken from dports)

Modified:
  head/graphics/gsnapshot/Makefile

Modified: head/graphics/gsnapshot/Makefile
==============================================================================
--- head/graphics/gsnapshot/Makefile	Thu Feb  6 00:22:26 2014	(r342915)
+++ head/graphics/gsnapshot/Makefile	Thu Feb  6 00:37:39 2014	(r342916)
@@ -19,6 +19,7 @@ USE_GNOME=	gtk20 libwnck libxml2
 USE_XORG=	x11 xmu
 
 CFLAGS+=	-fPIC -I${LOCALBASE}/include/libxml2
+LDFLAGS+=	-lm -L${LOCALBASE}/lib -lgmodule-2.0
 
 PORTDOCS=	AUTHORS COPYING INSTALL README TODO
 



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