From 13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 16 Jan 2010 17:57:36 +0000 Subject: Remove workaround for compiler bug in gcc2 on sparc64. --- databases/db4/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'databases/db4') 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} -- cgit v1.2.3