summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-09 00:26:50 +0000
committerwiedi <wiedi>2014-02-09 00:26:50 +0000
commitc5bced10c98dea88146479066734ddd3d11a9f7d (patch)
treebef16a11bdef2a14880050f7460c119eeecd3d8c /print
parent0cfe198785acfa13d71303a6790f215f38829e08 (diff)
downloadpkgsrc-c5bced10c98dea88146479066734ddd3d11a9f7d.tar.gz
Add missing lib for SunOS
Diffstat (limited to 'print')
-rw-r--r--print/imposter/Makefile3
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"