summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-20 03:00:47 +0000
committersnj <snj@pkgsrc.org>2004-03-20 03:00:47 +0000
commit387f1c01884c9f1b70601d5528881b15a7df9e6e (patch)
treea56b97a7c9ba9e0fcbff9b0bd613eff053167933 /audio
parentbc0a8edb382c051aad55ae6f5f0e2ed82f26cebd (diff)
downloadpkgsrc-387f1c01884c9f1b70601d5528881b15a7df9e6e.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'audio')
-rw-r--r--audio/libmad/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
index 8924ffcfe59..989656affeb 100644
--- a/audio/libmad/Makefile
+++ b/audio/libmad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/01 15:54:45 adam Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/20 03:00:47 snj Exp $
#
DISTNAME= libmad-0.15.1b
@@ -16,6 +16,9 @@ USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
post-build:
${SED} -e 's,@PREFIX@,${PREFIX},g' \
-e 's,@VERSION@,${PKGVERSION},g' \