diff options
Diffstat (limited to 'textproc/xerces-c/Makefile')
-rw-r--r-- | textproc/xerces-c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |