pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R set --disable-R-framework and --without-aqua
details: https://anonhg.NetBSD.org/pkgsrc/rev/69071017c27f
branches: trunk
changeset: 544813:69071017c27f
user: dbj <dbj%pkgsrc.org@localhost>
date: Sun Jul 20 23:18:28 2008 +0000
description:
set --disable-R-framework and --without-aqua
these options are only used by R.app on Mac OS X
diffstat:
math/R/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 733597f9a643 -r 69071017c27f math/R/Makefile
--- a/math/R/Makefile Sun Jul 20 22:23:12 2008 +0000
+++ b/math/R/Makefile Sun Jul 20 23:18:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2008/04/26 02:39:27 markd Exp $
+# $NetBSD: Makefile,v 1.98 2008/07/20 23:18:28 dbj Exp $
DISTNAME= R-2.7.0
CATEGORIES= math
@@ -35,6 +35,10 @@
CONFIGURE_ARGS+= --with-system-bzlib
CONFIGURE_ARGS+= --with-system-pcre
+# Disable Mac OS specific support used by R.app
+CONFIGURE_ARGS+= --disable-R-framework
+CONFIGURE_ARGS+= --without-aqua
+
# Use BLAS (math/blas)
#
CONFIGURE_ARGS+= --without-atlas
Home |
Main Index |
Thread Index |
Old Index