From 2197cf57304b89e7e5c97fdde305c1c70f151deb Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 19 May 2005 13:12:52 +0000 Subject: Don't try and use wide chars on NetBSD 1.6 as the support isn't complete enough. Fixes PR pkg/30274 --- math/R/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'math') 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" -- cgit v1.2.3