summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authormarkd <markd>2005-05-19 13:12:52 +0000
committermarkd <markd>2005-05-19 13:12:52 +0000
commit5bec03357e3691f7bc836b7ca9a4594fc6a89501 (patch)
tree4b17286418d9e07b8956b67b3788b46a3584d787 /math/R
parent8fe8b4c3e60c29492b40f9c28275883270dff160 (diff)
downloadpkgsrc-5bec03357e3691f7bc836b7ca9a4594fc6a89501.tar.gz
Don't try and use wide chars on NetBSD 1.6 as the support isn't complete
enough. Fixes PR pkg/30274
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index a52925dd9dc..5732c7b8fd9 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/05/02 16:57:19 drochner Exp $
+# $NetBSD: Makefile,v 1.65 2005/05/19 13:12:52 markd Exp $
DISTNAME= R-2.1.0
CATEGORIES= math
@@ -94,6 +94,10 @@ SUBST_SED.fix-R= ${SUBST_SED.unwrap} \
BUILDLINK_DEPENDS.zlib+= zlib>=1.2.1
+.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M1.[0-6]*)
+CONFIGURE_ARGS+= --enable-mbcs=no
+.endif
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"