From 8adbc66616f1ed44cb5c4cda5eeaae11b661f8b2 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 21 Mar 2004 07:06:58 +0000 Subject: Fix build on sparc64 with gcc2. --- audio/faad2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio/faad2') diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile index d776d15aca8..c90f104964e 100644 --- a/audio/faad2/Makefile +++ b/audio/faad2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/17 20:21:38 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/21 07:06:58 snj Exp $ # DISTNAME= faad2-1.1 @@ -23,6 +23,9 @@ AUTOMAKE_REQD= 1.4 AUTOCONF_REQD= 2.50 GNU_CONFIGURE= YES +# Avoid an ICE in gcc2 on sparc64 +CONFIGURE_ENV+= F77=${FALSE} + pre-configure: for dir in . common/mp4v2 ; do \ cd ${WRKSRC}/$$dir; \ -- cgit v1.2.3