diff options
Diffstat (limited to 'www/squid/patches/patch-ag')
-rw-r--r-- | www/squid/patches/patch-ag | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/www/squid/patches/patch-ag b/www/squid/patches/patch-ag index 5bebf7e523d..f426dddde44 100644 --- a/www/squid/patches/patch-ag +++ b/www/squid/patches/patch-ag @@ -1,27 +1,25 @@ -$NetBSD: patch-ag,v 1.7 2000/10/15 20:17:46 veego Exp $ +$NetBSD: patch-ag,v 1.8 2001/04/14 10:05:01 tron Exp $ ---- configure.orig Tue Sep 12 13:20:11 2000 -+++ configure Tue Sep 12 13:17:48 2000 -@@ -676,12 +676,12 @@ +--- configure.orig Thu Jan 18 18:58:25 2001 ++++ configure Sat Apr 14 11:49:08 2001 +@@ -711,11 +711,11 @@ REGEXLIB='' # -lregex LIBREGEX='' # libregex.a -if test "$libexecdir" = '${exec_prefix}/libexec' && - test "$localstatedir" = '${prefix}/var'; then -- libexecdir='${bindir}' +- libexecdir='${prefix}/libexec/squid' - localstatedir='${prefix}' -- -fi +#if test "$libexecdir" = '${exec_prefix}/libexec' && +# test "$localstatedir" = '${prefix}/var'; then -+# libexecdir='${bindir}' ++# libexecdir='${prefix}/libexec/squid' +# localstatedir='${prefix}' -+# +#fi case "$host_os" in - cygwin32|os2) -@@ -1287,7 +1287,7 @@ + cygwin|cygwin32|os2) +@@ -1428,7 +1428,7 @@ #define SQUID_SNMP 1 EOF |