summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-12 11:28:51 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-12 11:28:51 +0000
commit451283e22c94b696288245737517331bca498eb5 (patch)
tree77309d1c357dc2d9b4a66e817295b06fbcc4f06a /textproc
parent292f2db2852b139be5f16cbbeebe0ac196c8191e (diff)
downloadpkgsrc-451283e22c94b696288245737517331bca498eb5.tar.gz
SunOS requires an explicit -liconv.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/freexl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile
index ce4a12a7df6..b5f63e3e112 100644
--- a/textproc/freexl/Makefile
+++ b/textproc/freexl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/11/27 14:00:26 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/05/12 11:28:51 jperkin Exp $
DISTNAME= freexl-1.0.2
CATEGORIES= textproc
@@ -14,5 +14,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= freexl.pc.in
+LIBS.SunOS+= -liconv
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"