diff options
Diffstat (limited to 'textproc/xerces-c/Makefile')
-rw-r--r-- | textproc/xerces-c/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index f47834c143f..0aee40d8e48 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/11 04:06:04 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/11 12:20:03 jlam Exp $ # DISTNAME= xerces-c-src_2_3_0 @@ -35,7 +35,8 @@ CONFIGURE_ARGS+= -m inmem # message loader CONFIGURE_ARGS+= -r none # threading .include "../../converters/libiconv/buildlink3.mk" -.if defined(ICONV_IS_GNU) + +.if defined(ICONV_TYPE) && (${ICONV_TYPE} == "gnu") CONFIGURE_ARGS+= -t IconvGNU # transcoder PLIST_SUBST+= NATIVEICONV="@comment " GNUICONV="" .else |