pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libmad Fix build on sparc64 with gcc2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d67b8c4c77f
branches: trunk
changeset: 471149:0d67b8c4c77f
user: snj <snj%pkgsrc.org@localhost>
date: Sat Mar 20 03:00:47 2004 +0000
description:
Fix build on sparc64 with gcc2.
diffstat:
audio/libmad/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b7179a076984 -r 0d67b8c4c77f audio/libmad/Makefile
--- a/audio/libmad/Makefile Sat Mar 20 02:23:38 2004 +0000
+++ b/audio/libmad/Makefile Sat Mar 20 03:00:47 2004 +0000
@@ -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 @@
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