diff options
author | jlam <jlam> | 2004-02-11 12:20:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-11 12:20:03 +0000 |
commit | 14ebb9201c5a3d9a815cf7cb2fff39f880606357 (patch) | |
tree | ffa318e5abf313b823c5566b3c241da5728c0cbb /textproc | |
parent | 0f6d2dea99a3b9b62f6bd6895c77b9238e7b3814 (diff) | |
download | pkgsrc-14ebb9201c5a3d9a815cf7cb2fff39f880606357.tar.gz |
Teach these package Makefiles about ICONV_TYPE.
Diffstat (limited to 'textproc')
-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 |