diff options
author | micha <micha@pkgsrc.org> | 2022-02-04 12:23:40 +0000 |
---|---|---|
committer | micha <micha@pkgsrc.org> | 2022-02-04 12:23:40 +0000 |
commit | ae88bc95b30a1779fcea4fe86bb2fc967ac4e7cb (patch) | |
tree | b4b20bfb7b35b545a10607006a089758925542d8 /editors | |
parent | ee75a5beda2c5d4be1f575089df3fb9493d692e1 (diff) | |
download | pkgsrc-ae88bc95b30a1779fcea4fe86bb2fc967ac4e7cb.tar.gz |
editors/xnedit: Build fix for libiconv
On Darwin and SunOS libiconv was not found.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xnedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xnedit/Makefile b/editors/xnedit/Makefile index 9d3d715e65c..798f1294500 100644 --- a/editors/xnedit/Makefile +++ b/editors/xnedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/01/31 10:39:24 micha Exp $ +# $NetBSD: Makefile,v 1.3 2022/02/04 12:23:40 micha Exp $ VERS= 1.4.0 DISTNAME= xnedit-${VERS} @@ -63,6 +63,7 @@ do-install: .endfor .include "../../converters/libiconv/buildlink3.mk" +LIBS+= ${BUILDLINK_LDADD.iconv} .include "../../devel/pcre/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" |