diff options
author | wiedi <wiedi> | 2014-02-09 00:22:11 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-02-09 00:22:11 +0000 |
commit | 0cfe198785acfa13d71303a6790f215f38829e08 (patch) | |
tree | f12fb8712426d708c7b5dbfb2c303b345d23fc9f /print/img2eps | |
parent | 918611b97912effeddea4d590e1f8696b7db1a4e (diff) | |
download | pkgsrc-0cfe198785acfa13d71303a6790f215f38829e08.tar.gz |
Add libs on SunOS
Diffstat (limited to 'print/img2eps')
-rw-r--r-- | print/img2eps/Makefile | 3 |
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" |