summaryrefslogtreecommitdiff
path: root/editors/xournal/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-06-23 19:18:22 +0000
committerdholland <dholland>2012-06-23 19:18:22 +0000
commitebd6136dfdd2fcb387879ba54a5b6b812a6d68cb (patch)
tree88c17f673eeea642820b01ba70001ad021cf74df /editors/xournal/Makefile
parent9a91e32c4c7e6cc32d79d33b217d91a9f1f96bc1 (diff)
downloadpkgsrc-ebd6136dfdd2fcb387879ba54a5b6b812a6d68cb.tar.gz
Fix Solaris build (more or less like Dragonfly build)
Diffstat (limited to 'editors/xournal/Makefile')
-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"