summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj>2004-03-20 03:00:47 +0000
committersnj <snj>2004-03-20 03:00:47 +0000
commit6ae7207b0126f5a1f59a70b8a841da8a12806336 (patch)
treea56b97a7c9ba9e0fcbff9b0bd613eff053167933 /audio
parente48caae93e7d28145a274d1fb2a4e653de261fca (diff)
downloadpkgsrc-6ae7207b0126f5a1f59a70b8a841da8a12806336.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' \