diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-11 12:20:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-11 12:20:03 +0000 |
commit | 057d7df5eca0d9f06bd673c5e623b95777d88fe9 (patch) | |
tree | ffa318e5abf313b823c5566b3c241da5728c0cbb /textproc | |
parent | fee65a86fda66be78f7b8591f88e582f4a0d27d6 (diff) | |
download | pkgsrc-057d7df5eca0d9f06bd673c5e623b95777d88fe9.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 |