diff options
author | snj <snj@pkgsrc.org> | 2004-03-20 04:30:55 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-20 04:30:55 +0000 |
commit | a2be396868e05cbee5956496cea726718f3f1420 (patch) | |
tree | 80ffeda745a7ea6cb531607d83d1d11ae418f874 /audio/libsndfile | |
parent | f091d2b58cea541ba7da3f44297bab2eb9bedc98 (diff) | |
download | pkgsrc-a2be396868e05cbee5956496cea726718f3f1420.tar.gz |
Fix build on sparc64 with gcc2.
Diffstat (limited to 'audio/libsndfile')
-rw-r--r-- | audio/libsndfile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 13995c3e768..7e0408bef4a 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/26 15:41:50 adam Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/20 04:30:55 snj Exp $ # DISTNAME= libsndfile-1.0.7 @@ -14,6 +14,9 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= sndfile.pc.in +# Avoid an ICE in gcc2 on sparc64 +CONFIGURE_ENV+= F77=${FALSE} + .include "../../mk/bsd.prefs.mk" .if defined(USE_OSS) |