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 | 1889e1a7d9310a9e5c1f57afebf4c83f86afa100 (patch) | |
tree | 5c28dc3ff275dc74fa4ff7ca51f69aeaaa7ff3dd /audio/speex/Makefile | |
parent | 6e80b1f160b936d53037e693aff878d872e4640d (diff) | |
download | pkgsrc-1889e1a7d9310a9e5c1f57afebf4c83f86afa100.tar.gz |
Fix build on 1.6.2/sparc64 by applying the usual f77 workaround.
Closes PR pkg/26852.
Diffstat (limited to 'audio/speex/Makefile')
-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" |