summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-20 05:42:35 +0000
committersnj <snj@pkgsrc.org>2004-03-20 05:42:35 +0000
commitb7bdee3c2ff2c9f3ef941049c167cbba05086c73 (patch)
tree35b9b2c796b17a1a5cbbc6d22446ee21cef3e3bb /databases
parent402a92be0b9956e4257c98b4e09217dbfc52b80f (diff)
downloadpkgsrc-b7bdee3c2ff2c9f3ef941049c167cbba05086c73.tar.gz
Re-fix this on 1.6 sparc64.
Diffstat (limited to 'databases')
-rw-r--r--databases/db4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index b4b8c301479..ae2abab03ca 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/03/14 19:32:40 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/20 05:42:35 snj Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
@@ -28,8 +28,7 @@ CONFIGURE_ARGS+= --program-transform-name=s,db_,db4_,
# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
# needed for this package the following does no harm on other platform.
-FC= ${FALSE}
-F77= ${FALSE}
+CONFIGURE_ENV+= F77=${FALSE}
.if ${MACHINE_ARCH} == "powerpc"
. include "../../mk/compiler.mk"