summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-02 04:53:31 +0000
committerjtb <jtb>2001-02-02 04:53:31 +0000
commit0a94d8471581d466b02c2073b914286451db5e8b (patch)
treeb7d47c633b3878f71da7d0b78b6cf1a25bf34e6b /mk
parent9c5bb295b4349ea4d52e9ca8eea007bd65c43b4f (diff)
downloadpkgsrc-0a94d8471581d466b02c2073b914286451db5e8b.tar.gz
Set the variables F77 and FFLAGS in the configure environment (CONFIGURE_ENV).
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 069ea3528e0..bf63adeb1b8 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.657 2001/01/31 00:34:41 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.658 2001/02/02 04:53:31 jtb Exp $
#
# This file is in the public domain.
#
@@ -184,6 +184,8 @@ BUILD_DEPENDS+= f2c-f77:../../lang/f2c
.endif
FC= ${PKG_FC}
F77= ${PKG_FC}
+CONFIGURE_ENV+= F77="${F77}"
+CONFIGURE_ENV+= FFLAGS="${FFLAGS}"
MAKE_ENV+= F77="${F77}"
MAKE_ENV+= FC="${FC}"
.endif