aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gdmap
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-07 20:31:13 +0800
committermarino <marino@FreeBSD.org>2014-07-07 20:31:13 +0800
commitafadb658328b2becd97caef2c50ea4f50d675a9e (patch)
tree41710fbc38d2775f7fb58770285406625a893425 /sysutils/gdmap
parent47e9fcd1d1b49acca5f212c593ca6af1c8e0d331 (diff)
downloadfreebsd-ports-gnome-afadb658328b2becd97caef2c50ea4f50d675a9e.tar.gz
freebsd-ports-gnome-afadb658328b2becd97caef2c50ea4f50d675a9e.tar.zst
freebsd-ports-gnome-afadb658328b2becd97caef2c50ea4f50d675a9e.zip
sysutils/gdmap: explicitly link libm (from dports)
Diffstat (limited to 'sysutils/gdmap')
-rw-r--r--sysutils/gdmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile
index 9d61f4b32b01..aa5ff273a00d 100644
--- a/sysutils/gdmap/Makefile
+++ b/sysutils/gdmap/Makefile
@@ -19,7 +19,7 @@ USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lm
post-patch:
@${REINPLACE_CMD} -e \