pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libwww Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f436f22dd462
branches:  trunk
changeset: 471206:f436f22dd462
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Mar 21 07:41:57 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 www/libwww/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e2cb8a195988 -r f436f22dd462 www/libwww/Makefile
--- a/www/libwww/Makefile       Sun Mar 21 07:35:17 2004 +0000
+++ b/www/libwww/Makefile       Sun Mar 21 07:41:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2004/03/14 09:21:25 heinz Exp $
+# $NetBSD: Makefile,v 1.55 2004/03/21 07:41:57 snj Exp $
 
 DISTNAME=              w3c-libwww-5.4.0
 PKGNAME=               libwww-5.4.0
@@ -25,6 +25,9 @@
 CONFIGURE_ARGS=                --with-zlib --with-regex --without-x
 CONFIGURE_ARGS+=       --with-ssl="${SSLBASE}"
 
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+=                F77=${FALSE}
+
 DOCDIR=                        ${PREFIX}/share/doc/libwww
 
 pre-configure:



Home | Main Index | Thread Index | Old Index