summaryrefslogtreecommitdiff
path: root/audio/faad2
diff options
context:
space:
mode:
authorsnj <snj>2004-03-21 07:06:58 +0000
committersnj <snj>2004-03-21 07:06:58 +0000
commit8adbc66616f1ed44cb5c4cda5eeaae11b661f8b2 (patch)
treed868026b025858b3e11e971638a23cb8f1911d0a /audio/faad2
parent5898f5619a1517657d2ca1e36e395050eeb4b5cf (diff)
downloadpkgsrc-8adbc66616f1ed44cb5c4cda5eeaae11b661f8b2.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'audio/faad2')
-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; \