summaryrefslogtreecommitdiff
path: root/textproc/xerces-c
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-11 12:20:03 +0000
committerjlam <jlam@pkgsrc.org>2004-02-11 12:20:03 +0000
commit057d7df5eca0d9f06bd673c5e623b95777d88fe9 (patch)
treeffa318e5abf313b823c5566b3c241da5728c0cbb /textproc/xerces-c
parentfee65a86fda66be78f7b8591f88e582f4a0d27d6 (diff)
downloadpkgsrc-057d7df5eca0d9f06bd673c5e623b95777d88fe9.tar.gz
Teach these package Makefiles about ICONV_TYPE.
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r--textproc/xerces-c/Makefile5
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