From 765ee6a269c835eb5fb6c885f39648eb944f9451 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 23 Jun 2012 19:18:22 +0000 Subject: Fix Solaris build (more or less like Dragonfly build) --- editors/xournal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') 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" -- cgit v1.2.3