pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix build with gcc2 on sparc64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fa9b98b177e
branches: trunk
changeset: 471263:1fa9b98b177e
user: snj <snj%pkgsrc.org@localhost>
date: Mon Mar 22 22:25:59 2004 +0000
description:
Fix build with gcc2 on sparc64.
diffstat:
audio/libvorbis/Makefile | 5 ++++-
textproc/libxml2/Makefile | 5 ++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 317dc45b216f -r 1fa9b98b177e audio/libvorbis/Makefile
--- a/audio/libvorbis/Makefile Mon Mar 22 22:09:17 2004 +0000
+++ b/audio/libvorbis/Makefile Mon Mar 22 22:25:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/02/14 18:48:49 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2004/03/22 22:35:40 snj Exp $
DISTNAME= libvorbis-1.0.1
CATEGORIES= devel audio
@@ -14,6 +14,9 @@
GCC_REQD+= 2.95.3
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
PKGCONFIG_OVERRIDE+= vorbis.pc.in
PKGCONFIG_OVERRIDE+= vorbisenc.pc.in
PKGCONFIG_OVERRIDE+= vorbisfile.pc.in
diff -r 317dc45b216f -r 1fa9b98b177e textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Mon Mar 22 22:09:17 2004 +0000
+++ b/textproc/libxml2/Makefile Mon Mar 22 22:25:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2004/02/23 21:49:05 xtraeme Exp $
+# $NetBSD: Makefile,v 1.51 2004/03/22 22:25:59 snj Exp $
DISTNAME= libxml2-${LIBXML_VERSION}
CATEGORIES= textproc
@@ -30,8 +30,7 @@
# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
# needed for this package the following does no harm on other platforms.
-FC= ${FALSE}
-F77= ${FALSE}
+CONFIGURE_ENV+= F77=${FALSE}
MAKE_ENV+= PAX=${PAX:Q}
Home |
Main Index |
Thread Index |
Old Index