summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-21 07:41:57 +0000
committersnj <snj@pkgsrc.org>2004-03-21 07:41:57 +0000
commit8f103f05c8103cc085a7a8ade3143d3413ad20c8 (patch)
tree1fcf3b537af1fcf868c87f5ee59fcd73d6699918 /www
parente7d41a5970c61de69194bfe84460ca4f207a1c3c (diff)
downloadpkgsrc-8f103f05c8103cc085a7a8ade3143d3413ad20c8.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'www')
-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: