pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xnedit editors/xnedit: Build fix for libiconv



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03d170dd15b
branches:  trunk
changeset: 372997:a03d170dd15b
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Feb 04 12:23:40 2022 +0000

description:
editors/xnedit: Build fix for libiconv

On Darwin and SunOS libiconv was not found.

diffstat:

 editors/xnedit/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 90f228e96973 -r a03d170dd15b editors/xnedit/Makefile
--- a/editors/xnedit/Makefile   Fri Feb 04 12:12:27 2022 +0000
+++ b/editors/xnedit/Makefile   Fri Feb 04 12:23:40 2022 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index