diff options
author | alnsn <alnsn@pkgsrc.org> | 2011-05-06 19:42:48 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2011-05-06 19:42:48 +0000 |
commit | e34dc6748a6d8e720bd3923136a5b445d17d9ae4 (patch) | |
tree | ac98a0e66fac42faef1e9ebd56618ae94401e437 /math | |
parent | 4d64f2a89aafa6ed0a5434ec4ea542d577aa3e03 (diff) | |
download | pkgsrc-e34dc6748a6d8e720bd3923136a5b445d17d9ae4.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/Makefile | 5 |
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 |