diff options
author | snj <snj@pkgsrc.org> | 2004-09-05 18:06:40 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-09-05 18:06:40 +0000 |
commit | 357618a272c0c8f5d99d78a7d3c9d1ddb13a1183 (patch) | |
tree | 5c28dc3ff275dc74fa4ff7ca51f69aeaaa7ff3dd /audio | |
parent | 72ce2380f1ac7da2f4677afdd5622ce2320d5c87 (diff) | |
download | pkgsrc-357618a272c0c8f5d99d78a7d3c9d1ddb13a1183.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/Makefile | 5 |
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" |