From 320d7c289b3e048c446a0118fed56ff0173996a5 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 21 Aug 2014 15:36:07 +0000 Subject: [PATCH] Fix build on SunOS (needs explicit -lX11). --- print/scribus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 2d75da5c8166..e81a10901828 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2014/06/18 09:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.100 2014/08/21 15:36:07 jperkin Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 22 @@ -20,6 +20,7 @@ SHLIBTOOL_OVERRIDE= # empty USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 +LDFLAGS.SunOS+= -lX11 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.3.14