summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-09 00:22:11 +0000
committerwiedi <wiedi>2014-02-09 00:22:11 +0000
commit0cfe198785acfa13d71303a6790f215f38829e08 (patch)
treef12fb8712426d708c7b5dbfb2c303b345d23fc9f
parent918611b97912effeddea4d590e1f8696b7db1a4e (diff)
downloadpkgsrc-0cfe198785acfa13d71303a6790f215f38829e08.tar.gz
Add libs on SunOS
-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"