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
commit6a73d6e10b975a5d9897406c4b9e9db5cbb7f62e (patch)
tree1fcf3b537af1fcf868c87f5ee59fcd73d6699918 /www/libwww
parentc14d32df215220681413648c08a0fc3d3fa47a75 (diff)
downloadpkgsrc-6a73d6e10b975a5d9897406c4b9e9db5cbb7f62e.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: