pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a23bbf6ca6e
branches:  trunk
changeset: 471265:0a23bbf6ca6e
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Mar 22 23:02:11 2004 +0000

description:
Fix build with gcc2 on sparc64.

diffstat:

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

diffs (19 lines):

diff -r b6131c44aac8 -r 0a23bbf6ca6e audio/madplay/Makefile
--- a/audio/madplay/Makefile    Mon Mar 22 22:46:10 2004 +0000
+++ b/audio/madplay/Makefile    Mon Mar 22 23:02:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/01 15:56:58 adam Exp $
+# $NetBSD: Makefile,v 1.22 2004/03/22 23:02:11 snj Exp $
 #
 
 DISTNAME=      madplay-0.15.2b
@@ -18,6 +18,9 @@
 USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../audio/esound/buildlink3.mk"



Home | Main Index | Thread Index | Old Index