summaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 7b7dd4417dc..06e5bfaceb0 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2011/04/22 13:44:07 obache Exp $
+# $NetBSD: Makefile,v 1.116 2011/05/06 19:42:48 alnsn Exp $
DISTNAME= R-2.11.1
PKGREVISION= 3
@@ -67,6 +67,9 @@ CONFIGURE_ENV+= ac_cv_path_R_GZIPCMD=${TOOLS_GZIP_CMD}
CONFIGURE_ENV+= ac_cv_path_R_UNZIPCMD=${TOOLS_PATH.unzip}
CONFIGURE_ENV+= r_cv_prog_f77_flag_mieee=no
+# We don't want "lib64"
+CONFIGURE_ENV+= LIBnn=lib
+
# Package assumes it can append to files (specifically DESCRIPTION) that have
# been installed SHAREMODE
SHAREMODE= 644