diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:28:51 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:28:51 +0000 |
commit | 451283e22c94b696288245737517331bca498eb5 (patch) | |
tree | 77309d1c357dc2d9b4a66e817295b06fbcc4f06a | |
parent | 292f2db2852b139be5f16cbbeebe0ac196c8191e (diff) | |
download | pkgsrc-451283e22c94b696288245737517331bca498eb5.tar.gz |
SunOS requires an explicit -liconv.
-rw-r--r-- | textproc/freexl/Makefile | 4 |
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" |