summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 10:08:30 +0000
committermarino <marino>2012-01-29 10:08:30 +0000
commit058a73ff9840bf322316e74d6f479bd15f0cedc2 (patch)
treef95e7ca54e94da1eeff186164635a22ccf38ddd3 /print
parent697d37aa400a7cb6df3298dec1dd62c59995b1a8 (diff)
downloadpkgsrc-058a73ff9840bf322316e74d6f479bd15f0cedc2.tar.gz
print/img2eps: Fix indirect linking error on DragonFly
Diffstat (limited to 'print')
-rw-r--r--print/img2eps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile
index 2626ca968da..88a1fda6ce1 100644
--- a/print/img2eps/Makefile
+++ b/print/img2eps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/04/22 13:44:32 obache Exp $
+# $NetBSD: Makefile,v 1.24 2012/01/29 10:08:30 marino Exp $
#
DISTNAME= img2eps-0.2
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
TEST_TARGET= check
+LDFLAGS.DragonFly= -lm
+
.include "options.mk"
.include "../../mk/jpeg.buildlink3.mk"