Add LIBnn=lib to ./configure environment. This fixes a build failure on 64bit linux.

Briefly discussed with wiz@
This commit is contained in:
alnsn 2011-05-06 19:42:48 +00:00
parent e5cee11ab4
commit 2ea2a2cb37

View file

@ -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