summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-09 00:51:23 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-09 00:51:23 +0000
commit288f9314fb63edb09eb808a39a13bd84db7d8d3e (patch)
tree82f663e9265e504c463c49feb53140fa1cdf7b9c /print
parenta258fc0957790c66f70a1f7a7694ea40c809cbbc (diff)
downloadpkgsrc-288f9314fb63edb09eb808a39a13bd84db7d8d3e.tar.gz
Add -lm on SunOS
Diffstat (limited to 'print')
-rw-r--r--print/ja-vfxdvik/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile
index 518905caad6..d88a363037e 100644
--- a/print/ja-vfxdvik/Makefile
+++ b/print/ja-vfxdvik/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2013/02/16 11:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2014/02/09 00:51:23 wiedi Exp $
DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS}
PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS}
@@ -28,6 +28,8 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= klibtool
GNU_CONFIGURE= YES
LDFLAGS.DragonFly= -lm
+LDFLAGS.SunOS+= -lm
+
CONFIGURE_ARGS+=--enable-local-texmf=${PREFIX}/share/texmf-dist \
--without-texinfo \
--without-dialog \