summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-21 07:06:58 +0000
committersnj <snj@pkgsrc.org>2004-03-21 07:06:58 +0000
commitdb384d6bb836af2d95b4f632a409c3cb90057008 (patch)
treed868026b025858b3e11e971638a23cb8f1911d0a /audio
parent21e116f6d588f76e1879f1b2dd19e91ee698190e (diff)
downloadpkgsrc-db384d6bb836af2d95b4f632a409c3cb90057008.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'audio')
-rw-r--r--audio/faad2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index d776d15aca8..c90f104964e 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -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 @@ AUTOMAKE_REQD= 1.4
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; \