summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-09 00:22:11 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-09 00:22:11 +0000
commit6c875198f8a73b4e281f3d491a969e8a5e5829f7 (patch)
treef12fb8712426d708c7b5dbfb2c303b345d23fc9f /print
parent7813692e1fb6c353ac5e320ec41167b2a0f78363 (diff)
downloadpkgsrc-6c875198f8a73b4e281f3d491a969e8a5e5829f7.tar.gz
Add libs on SunOS
Diffstat (limited to 'print')
-rw-r--r--print/img2eps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile
index 6311a6416a3..f1e9dd8231b 100644
--- a/print/img2eps/Makefile
+++ b/print/img2eps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/02/16 11:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/02/09 00:22:11 wiedi Exp $
#
DISTNAME= img2eps-0.2
@@ -14,6 +14,7 @@ GNU_CONFIGURE= YES
TEST_TARGET= check
LDFLAGS.DragonFly= -lm
+LDFLAGS.SunOS+= -lm
.include "options.mk"