diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-09 00:26:50 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-09 00:26:50 +0000 |
commit | 12dfc76d1fc7af6d05205280310e5d39e0a81570 (patch) | |
tree | bef16a11bdef2a14880050f7460c119eeecd3d8c /print/imposter | |
parent | 6c875198f8a73b4e281f3d491a969e8a5e5829f7 (diff) | |
download | pkgsrc-12dfc76d1fc7af6d05205280310e5d39e0a81570.tar.gz |
Add missing lib for SunOS
Diffstat (limited to 'print/imposter')
-rw-r--r-- | print/imposter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/imposter/Makefile b/print/imposter/Makefile index 9359a99a58a..c6ced062b95 100644 --- a/print/imposter/Makefile +++ b/print/imposter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/10/10 14:42:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2014/02/09 00:26:50 wiedi Exp $ # DISTNAME= imposter-0.3 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes LDFLAGS.DragonFly= -lm +LDFLAGS.SunOS+= -lm .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |