summaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorsnj <snj>2004-03-21 07:41:57 +0000
committersnj <snj>2004-03-21 07:41:57 +0000
commit91e53b87953f5bffd2786600ab337c825bbadd5e (patch)
tree1fcf3b537af1fcf868c87f5ee59fcd73d6699918 /www/libwww
parenteeda57152daa1e03d30860dacc4b9456d0d431de (diff)
downloadpkgsrc-91e53b87953f5bffd2786600ab337c825bbadd5e.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'www/libwww')
-rw-r--r--www/libwww/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index f7682e1c887..12fe27c0f84 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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: