From 1889e1a7d9310a9e5c1f57afebf4c83f86afa100 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 5 Sep 2004 18:06:40 +0000 Subject: Fix build on 1.6.2/sparc64 by applying the usual f77 workaround. Closes PR pkg/26852. --- audio/speex/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 4fa2ea2a543..d61576c5bed 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/23 15:48:47 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/09/05 18:06:40 snj Exp $ # DISTNAME= speex-1.0.4 @@ -19,6 +19,9 @@ CONFLICTS= Speex-[0-9]* CONFIGURE_ARGS+= --with-ogg-dir="${BUILDLINK_PREFIX.libogg}" +# Avoid an ICE in gcc2 on sparc64 +CONFIGURE_ENV+= F77=${FALSE} + .include "../../devel/pkgconfig/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" -- cgit v1.2.3