summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj>2004-09-05 18:06:40 +0000
committersnj <snj>2004-09-05 18:06:40 +0000
commit430dc5e8ba7184042497e196559de60bc6aca548 (patch)
tree5c28dc3ff275dc74fa4ff7ca51f69aeaaa7ff3dd /audio
parentc7183f1eef81293a1982458fe87568cf981f9e12 (diff)
downloadpkgsrc-430dc5e8ba7184042497e196559de60bc6aca548.tar.gz
Fix build on 1.6.2/sparc64 by applying the usual f77 workaround.
Closes PR pkg/26852.
Diffstat (limited to 'audio')
-rw-r--r--audio/speex/Makefile5
1 files changed, 4 insertions, 1 deletions
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"