diff options
-rw-r--r-- | math/calcoo/Makefile | 3 |
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" |