diff options
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" |