diff options
author | jperkin <jperkin> | 2016-04-14 11:32:45 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-04-14 11:32:45 +0000 |
commit | beff050c9b548835ff6a18d1d5d3288dd4bf83d0 (patch) | |
tree | 7efafcb22776fbed99045ba2d77a96ab0a11dd97 /sysutils | |
parent | ad9e828bbc3a079ce796341cd82587980bca8a12 (diff) | |
download | pkgsrc-beff050c9b548835ff6a18d1d5d3288dd4bf83d0.tar.gz |
SunOS needs an explicit -lm.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gdmap/Makefile | 3 |
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" |