summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-22 22:25:59 +0000
committersnj <snj@pkgsrc.org>2004-03-22 22:25:59 +0000
commit22a13aecec3733f06de560f6efa759ac341fda09 (patch)
tree1466b84b1728ed95bae38db8b6f80c347812c8bd
parentf16014c24563ed0161e44d8b71d464b1aa60d0cc (diff)
downloadpkgsrc-22a13aecec3733f06de560f6efa759ac341fda09.tar.gz
Fix build with gcc2 on sparc64.
-rw-r--r--audio/libvorbis/Makefile5
-rw-r--r--textproc/libxml2/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 080f42dfa03..3362fc51eb4 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -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 @@ USE_LIBTOOL= YES
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 --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 127f005e76d..064c04dfae8 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --without-threads
# 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}