pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsndfile Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7b78a1b9ed8
branches:  trunk
changeset: 471150:f7b78a1b9ed8
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Mar 20 04:30:55 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 audio/libsndfile/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0d67b8c4c77f -r f7b78a1b9ed8 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sat Mar 20 03:00:47 2004 +0000
+++ b/audio/libsndfile/Makefile Sat Mar 20 04:30:55 2004 +0000
@@ -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 @@
 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)



Home | Main Index | Thread Index | Old Index