diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 10:09:29 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 10:09:29 +0000 |
commit | 2cbfb9531fac7ad7bdd3d5fe75b8120250da09c1 (patch) | |
tree | 65dac2a9134189a1ac856af6bf588b05c7809cf6 /print | |
parent | f450913bb184fd951673632930ca82839cf83e96 (diff) | |
download | pkgsrc-2cbfb9531fac7ad7bdd3d5fe75b8120250da09c1.tar.gz |
print/imposter: Fix indirect linking error on DragonFly
Diffstat (limited to 'print')
-rw-r--r-- | print/imposter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/imposter/Makefile b/print/imposter/Makefile index 47de10a669a..1fa2d4b4267 100644 --- a/print/imposter/Makefile +++ b/print/imposter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2011/11/01 06:02:25 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2012/01/29 10:09:29 marino Exp $ # DISTNAME= imposter-0.3 @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes +LDFLAGS.DragonFly= -lm + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |