aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-06 08:37:39 +0800
committermarino <marino@FreeBSD.org>2014-02-06 08:37:39 +0800
commita5a23d8834201c984b5d32b5878a5f6e3acd9a13 (patch)
treeda4ec845a28b22e93031b7f4bc38d30b2149a7d9
parentdd2233f01728cc6f3a37c3304c3cf0827450dee4 (diff)
downloadfreebsd-ports-gnome-a5a23d8834201c984b5d32b5878a5f6e3acd9a13.tar.gz
freebsd-ports-gnome-a5a23d8834201c984b5d32b5878a5f6e3acd9a13.tar.zst
freebsd-ports-gnome-a5a23d8834201c984b5d32b5878a5f6e3acd9a13.zip
graphics/gnapshot: Explicitly link libm and libgmodule-2.0 (taken from dports)
-rw-r--r--graphics/gsnapshot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile
index 1c63c0e3dff8..564b36658585 100644
--- a/graphics/gsnapshot/Makefile
+++ b/graphics/gsnapshot/Makefile
@@ -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