summaryrefslogtreecommitdiff
path: root/databases/db46
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
committerwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
commit13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /databases/db46
parent88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff)
downloadpkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'databases/db46')
-rw-r--r--databases/db46/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile
index e8d95df3981..32b1234f299 100644
--- a/databases/db46/Makefile
+++ b/databases/db46/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/09/09 22:23:32 tron Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/16 17:57:37 wiz Exp $
DISTNAME= db-4.6.21
PKGNAME= ${DISTNAME:S/db/db46/}
@@ -26,10 +26,6 @@ CONFIGURE_ARGS+= --enable-compat185
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db46
CONFIGURE_ARGS+= --program-transform-name=s,db_,db46_,
-# 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}