summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/tinyproxy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index a8e54ee8792..19a186586cf 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/12/05 22:28:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/23 07:41:07 snj Exp $
#
DISTNAME= tinyproxy-1.6.2
@@ -27,6 +27,9 @@ FILES_SUBST+= TINYPROXY_GROUP="${TINYPROXY_GROUP}"
CONFIGURE_ARGS+= --with-config=${PKG_SYSCONFDIR}/tinyproxy.conf
CONFIGURE_ARGS+= --enable-transparent-proxy
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
# Socks support
.if defined(USE_SOCKS) && ${USE_SOCKS} == YES
CONFIGURE_ARGS+= --enable-socks