From f25bc47a713833494d319b481d6939753c096cbd Mon Sep 17 00:00:00 2001 From: snj Date: Mon, 22 Mar 2004 23:16:44 +0000 Subject: Fix build on sparc64 with gcc2. --- databases/dbh/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index bf353147ff0..dde5bc8f944 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/10 09:46:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/22 23:16:44 snj Exp $ DISTNAME= dbh_1.0-15 PKGNAME= dbh-1.0.15 @@ -14,6 +14,9 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= src/dbh-1.0.pc.in +# Avoid an ICE in gcc2 on sparc64 +CONFIGURE_ENV+= F77=${FALSE} + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dbh/html -- cgit v1.2.3