summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoralnsn <alnsn>2011-05-06 19:42:48 +0000
committeralnsn <alnsn>2011-05-06 19:42:48 +0000
commit18c43c74852c74286416fd419cbc8af327f2e2de (patch)
treeac98a0e66fac42faef1e9ebd56618ae94401e437 /math
parent56538afd6a340b860370b76600a9d9608c08c212 (diff)
downloadpkgsrc-18c43c74852c74286416fd419cbc8af327f2e2de.tar.gz
Add LIBnn=lib to ./configure environment. This fixes a build failure on 64bit linux.
Briefly discussed with wiz@
Diffstat (limited to 'math')
-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