pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faad2 Fix build on sparc64 with gcc2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/36cbf1309ae1
branches: trunk
changeset: 471204:36cbf1309ae1
user: snj <snj%pkgsrc.org@localhost>
date: Sun Mar 21 07:06:58 2004 +0000
description:
Fix build on sparc64 with gcc2.
diffstat:
audio/faad2/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r ccbbe189d49d -r 36cbf1309ae1 audio/faad2/Makefile
--- a/audio/faad2/Makefile Sun Mar 21 05:50:18 2004 +0000
+++ b/audio/faad2/Makefile Sun Mar 21 07:06:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/17 20:21:38 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/21 07:06:58 snj Exp $
#
DISTNAME= faad2-1.1
@@ -23,6 +23,9 @@
AUTOCONF_REQD= 2.50
GNU_CONFIGURE= YES
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
pre-configure:
for dir in . common/mp4v2 ; do \
cd ${WRKSRC}/$$dir; \
Home |
Main Index |
Thread Index |
Old Index