diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-08-21 15:36:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-08-21 15:36:07 +0000 |
commit | fabf70b018710236646f8490c07f723af8d1208c (patch) | |
tree | 4dc8b2633fd97ad8ec4204977dff8bf0ee8bbec9 /print/scribus | |
parent | c942fb9de47bb8109b1ed133efc330ff9cd8b306 (diff) | |
download | pkgsrc-fabf70b018710236646f8490c07f723af8d1208c.tar.gz |
Fix build on SunOS (needs explicit -lX11).
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 2d75da5c816..e81a1090182 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 |