pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/tinyproxy Fix build with gcc2 on sparc64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a482c0cca08
branches: trunk
changeset: 471279:7a482c0cca08
user: snj <snj%pkgsrc.org@localhost>
date: Tue Mar 23 07:41:07 2004 +0000
description:
Fix build with gcc2 on sparc64.
diffstat:
www/tinyproxy/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 738ebfede93d -r 7a482c0cca08 www/tinyproxy/Makefile
--- a/www/tinyproxy/Makefile Tue Mar 23 07:16:10 2004 +0000
+++ b/www/tinyproxy/Makefile Tue Mar 23 07:41:07 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index