svn commit: r342916 - head/graphics/gsnapshot

John Marino marino at FreeBSD.org
Thu Feb 6 00:37:40 UTC 2014


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
 


More information about the svn-ports-all mailing list