From 3559c1bb310317966547474440e8aec8e40c4af6 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 31 Dec 2012 09:24:46 +0000 Subject: require -liconv for the case using libiconv. PR 47180. --- textproc/xerces-c/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 32208713158..51d6eb5c0fc 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/10/25 06:57:06 asau Exp $ +# $NetBSD: Makefile,v 1.43 2012/12/31 09:24:46 obache Exp $ DISTNAME= xerces-c-3.1.1 CATEGORIES= textproc @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --enable-transcoder-iconv PLIST.gnuiconv= yes CONFIGURE_ARGS+= --enable-transcoder-gnuiconv .include "../../converters/libiconv/buildlink3.mk" +LDFLAGS+= -liconv .endif .include "../../mk/pthread.buildlink3.mk" -- cgit v1.2.3