diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 10:07:37 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 10:07:37 +0000 |
commit | 2bcf51e77cb80bc8fb7ba8508143a484f3f233c8 (patch) | |
tree | ec115255f3d66c73e2479b6506f2bc4cb600dec1 | |
parent | 8768c05f90761e727ce9c564b49ea71d076abdf6 (diff) | |
download | pkgsrc-2bcf51e77cb80bc8fb7ba8508143a484f3f233c8.tar.gz |
print/ja-vfxdvik: Fix indirect linking error on DragonFly
-rw-r--r-- | print/ja-vfxdvik/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile index 7aed27eef6b..12203bd7cde 100644 --- a/print/ja-vfxdvik/Makefile +++ b/print/ja-vfxdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2011/05/28 11:32:03 obache Exp $ +# $NetBSD: Makefile,v 1.35 2012/01/29 10:07:37 marino Exp $ DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS} PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS} @@ -29,6 +29,7 @@ USE_TOOLS+= gmake USE_LIBTOOL= YES LIBTOOL_OVERRIDE= klibtool GNU_CONFIGURE= YES +LDFLAGS.DragonFly= -lm CONFIGURE_ARGS+=--enable-local-texmf=${PREFIX}/share/texmf-dist \ --without-texinfo \ --without-dialog \ |