diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:34:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-12 11:34:07 +0000 |
commit | 9c20abfbfb4bcb1092e7f4033d620fadde38d722 (patch) | |
tree | 9df54b3424cdb124e984b00223bbb71b107cbbd9 /textproc | |
parent | 976295c4ecffd23cd5893d3c53f5c5959b7c858c (diff) | |
download | pkgsrc-9c20abfbfb4bcb1092e7f4033d620fadde38d722.tar.gz |
Requires libiconv. SunOS requires an explicit -liconv.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unac/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/unac/Makefile b/textproc/unac/Makefile index 5e29691c544..7baa117f50f 100644 --- a/textproc/unac/Makefile +++ b/textproc/unac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:04 asau Exp $ +# $NetBSD: Makefile,v 1.3 2017/05/12 11:34:07 jperkin Exp $ # DISTNAME= unac-1.7.0 @@ -15,4 +15,7 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= unac.pc.in +LIBS.SunOS+= -liconv + +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |