summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-14 11:32:45 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-14 11:32:45 +0000
commit605b5c6fec66bd1c3463ccc1732c782a51014c0c (patch)
tree7efafcb22776fbed99045ba2d77a96ab0a11dd97 /sysutils
parent2764ff8b3ebe849fe26863f6d40d201a1f005e4f (diff)
downloadpkgsrc-605b5c6fec66bd1c3463ccc1732c782a51014c0c.tar.gz
SunOS needs an explicit -lm.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gdmap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile
index 667c3d5aaa3..b53aa549d79 100644
--- a/sysutils/gdmap/Makefile
+++ b/sysutils/gdmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/12/12 15:31:26 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/04/14 11:32:45 jperkin Exp $
#
DISTNAME= gdmap-0.8.1
@@ -15,6 +15,7 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config msgfmt xgettext perl intltool
+LDFLAGS.SunOS+= -lm
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/libxml2/buildlink3.mk"