summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-23 19:18:22 +0000
committerdholland <dholland@pkgsrc.org>2012-06-23 19:18:22 +0000
commit765ee6a269c835eb5fb6c885f39648eb944f9451 (patch)
tree88c17f673eeea642820b01ba70001ad021cf74df /editors
parent78a67e3413e26e3fa37638e253e8153e10b1a4e1 (diff)
downloadpkgsrc-765ee6a269c835eb5fb6c885f39648eb944f9451.tar.gz
Fix Solaris build (more or less like Dragonfly build)
Diffstat (limited to 'editors')
-rw-r--r--editors/xournal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xournal/Makefile b/editors/xournal/Makefile
index 9c384cfc88d..864aeee118e 100644
--- a/editors/xournal/Makefile
+++ b/editors/xournal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/06/14 07:43:48 sbd Exp $
+# $NetBSD: Makefile,v 1.11 2012/06/23 19:18:22 dholland Exp $
DISTNAME= xournal-0.4.5
PKGREVISION= 7
@@ -18,6 +18,7 @@ USE_TOOLS+= pkg-config msgfmt
PKG_DESTDIR_SUPPORT= user-destdir
LDFLAGS.DragonFly= -lX11 -lz -lm
+LDFLAGS.SunOS= -lz -lm
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"