diff options
author | snj <snj> | 2004-03-20 04:30:55 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-20 04:30:55 +0000 |
commit | 1b6e61b99b65210bf4437a317f63916e65f8f001 (patch) | |
tree | 80ffeda745a7ea6cb531607d83d1d11ae418f874 /audio/libsndfile | |
parent | 6ae7207b0126f5a1f59a70b8a841da8a12806336 (diff) | |
download | pkgsrc-1b6e61b99b65210bf4437a317f63916e65f8f001.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) |