summaryrefslogtreecommitdiff
path: root/databases/db4/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-16 17:57:36 +0000
committerwiz <wiz>2010-01-16 17:57:36 +0000
commit9851b89718febea25cd3313ad783b51bdcd51be8 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /databases/db4/Makefile
parent336669782f1bd251f7d80671d159d1c730a1a2ec (diff)
downloadpkgsrc-9851b89718febea25cd3313ad783b51bdcd51be8.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r--databases/db4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index 23d0cfc70a7..c85d57365c2 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2009/01/21 15:44:32 drochner Exp $
+# $NetBSD: Makefile,v 1.58 2010/01/16 17:57:37 wiz Exp $
#
# NOTE:
# When updating this package, a change in the minor (4.n -> 4.(n+1))
@@ -36,10 +36,6 @@ CONFIGURE_ARGS+= --enable-compat185
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db4
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.
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
# Along with a hack in patch-ab, this forces shlib detection via
# the pkgsrc-supplied libtool only.
CONFIGURE_ENV+= LIBTOOL_PROG=${LIBTOOL:Q}\ ${LIBTOOL_FLAGS:Q}