summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-21 08:47:00 +0000
committerjperkin <jperkin>2014-08-21 08:47:00 +0000
commit2fcf49790dc2a7210c9b577e5ae918ae8133780d (patch)
tree73523af75b2cd660af450c47ae5a0e1a7d0e40cb /textproc
parent8f844972e985c097827bd136eb384458fbb11247 (diff)
downloadpkgsrc-2fcf49790dc2a7210c9b577e5ae918ae8133780d.tar.gz
Fix build on SunOS (needs explicit -lX11).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ebview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ebview/Makefile b/textproc/ebview/Makefile
index ce18800dac6..52e8ae913dd 100644
--- a/textproc/ebview/Makefile
+++ b/textproc/ebview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/05/05 00:48:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2014/08/21 08:47:00 jperkin Exp $
DISTNAME= ebview-0.3.6
PKGREVISION= 20
@@ -14,6 +14,7 @@ USE_TOOLS+= gmake pkg-config msgfmt
GNU_CONFIGURE= YES
LDFLAGS.DragonFly= -lX11
+LDFLAGS.SunOS+= -lX11
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/pangox-compat/buildlink3.mk"