summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarino <marino>2011-12-18 10:07:07 +0000
committermarino <marino>2011-12-18 10:07:07 +0000
commitb5e03e0c5af470e5d4f6e5ad09899f80c3a4be99 (patch)
treeaa9b4b57df5979e021c107bac329aaba01b64810 /math
parent4b2153f8e6cf3d9a444a0fcd6564760f0bc76f6c (diff)
downloadpkgsrc-b5e03e0c5af470e5d4f6e5ad09899f80c3a4be99.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"