summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-20 02:23:38 +0000
committersnj <snj@pkgsrc.org>2004-03-20 02:23:38 +0000
commitbc0a8edb382c051aad55ae6f5f0e2ed82f26cebd (patch)
tree30ef219b4b261440e512ee3fbb4483c2e11d7744 /audio
parentde2fe07746e06fe8213216b1106b27f968d1938e (diff)
downloadpkgsrc-bc0a8edb382c051aad55ae6f5f0e2ed82f26cebd.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'audio')
-rw-r--r--audio/lame/Makefile5
-rw-r--r--audio/libid3tag/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 1216bad345c..76f1bd26721 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/02/20 11:25:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.38 2004/03/20 02:23:38 snj Exp $
#
DISTNAME= lame-${VERS}
@@ -21,6 +21,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-vorbis
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
LDFLAGS.SunOS+= -lm
.include "../../mk/bsd.prefs.mk"
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile
index 6b204a4de97..19cfca280e0 100644
--- a/audio/libid3tag/Makefile
+++ b/audio/libid3tag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/01 15:55:33 adam Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/20 02:30:03 snj Exp $
#
DISTNAME= libid3tag-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' \