summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-18 10:07:07 +0000
committermarino <marino@pkgsrc.org>2011-12-18 10:07:07 +0000
commit6ce490a60bc64bb3d4b641d5d386c16f3bafa3c0 (patch)
treeaa9b4b57df5979e021c107bac329aaba01b64810 /math
parent9ce3c76cf466bbe24b2e547a5fc686866f11ed6b (diff)
downloadpkgsrc-6ce490a60bc64bb3d4b641d5d386c16f3bafa3c0.tar.gz
math/calcoo: Add indirectly linked libraries to LDFLAGS for ld v2.22
Diffstat (limited to 'math')
-rw-r--r--math/calcoo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile
index 94a5a3ed337..56268ef53bf 100644
--- a/math/calcoo/Makefile
+++ b/math/calcoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/11/01 06:02:01 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2011/12/18 10:07:07 marino Exp $
#
DISTNAME= calcoo-1.3.18
@@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+LDFLAGS+= -lm # direct link required by ld v2.22
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"