diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
commit | 13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch) | |
tree | 0ac704b5b6fcae6a8673359e4d54107862fc85f6 /databases/db4 | |
parent | 88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff) | |
download | pkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz |
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 6 |
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} |