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 | 424a58d81acad9f11301062a020cbc3af355d8c4 (patch) | |
tree | ec115255f3d66c73e2479b6506f2bc4cb600dec1 /print | |
parent | de56a62a2319d11906c4202c896a245ca3526401 (diff) | |
download | pkgsrc-424a58d81acad9f11301062a020cbc3af355d8c4.tar.gz |
print/ja-vfxdvik: Fix indirect linking error on DragonFly
Diffstat (limited to 'print')
-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 \ |