pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio Fix build on sparc64 with gcc2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b7179a076984
branches: trunk
changeset: 471148:b7179a076984
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 20 02:23:38 2004 +0000
description:
Fix build on sparc64 with gcc2.
diffstat:
audio/lame/Makefile | 5 ++++-
audio/libid3tag/Makefile | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 8dd3bf024e4c -r b7179a076984 audio/lame/Makefile
--- a/audio/lame/Makefile Sat Mar 20 02:05:48 2004 +0000
+++ b/audio/lame/Makefile Sat Mar 20 02:23:38 2004 +0000
@@ -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 @@
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 -r 8dd3bf024e4c -r b7179a076984 audio/libid3tag/Makefile
--- a/audio/libid3tag/Makefile Sat Mar 20 02:05:48 2004 +0000
+++ b/audio/libid3tag/Makefile Sat Mar 20 02:23:38 2004 +0000
@@ -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 @@
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' \
Home |
Main Index |
Thread Index |
Old Index