pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R Don't try and use wide chars on NetBSD 1.6 as t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a35e78f39a8
branches:  trunk
changeset: 494108:6a35e78f39a8
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu May 19 13:12:52 2005 +0000

description:
Don't try and use wide chars on NetBSD 1.6 as the support isn't complete
enough.  Fixes PR pkg/30274

diffstat:

 math/R/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 3f390d2bb0e2 -r 6a35e78f39a8 math/R/Makefile
--- a/math/R/Makefile   Thu May 19 13:06:41 2005 +0000
+++ b/math/R/Makefile   Thu May 19 13:12:52 2005 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index