diff options
author | Peter Wemm <peter@FreeBSD.org> | 2001-01-05 10:41:15 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-05 10:41:15 +0000 |
commit | 9b7938c3314b2f46a34a2f3c341766b10cc65da7 (patch) | |
tree | 57fc00f35c3771f7f51a952d614e56328d4b4e9b /www/squid/files/patch-ak | |
parent | Update to 7.5.2. (diff) |
These patches are redundant, and have been for quite some time.
The configure script used to override our manual settings, but no more.
Diffstat (limited to 'www/squid/files/patch-ak')
-rw-r--r-- | www/squid/files/patch-ak | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/squid/files/patch-ak b/www/squid/files/patch-ak deleted file mode 100644 index 58a168a5247e..000000000000 --- a/www/squid/files/patch-ak +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.in Tue Jul 18 12:45:29 2000 -+++ configure.in.next Fri Jul 28 02:49:54 2000 -@@ -19,14 +19,6 @@ - REGEXLIB='' # -lregex - LIBREGEX='' # libregex.a - --dnl use directory structure of cached as default (hack) --if test "$libexecdir" = '${exec_prefix}/libexec' && -- test "$localstatedir" = '${prefix}/var'; then -- libexecdir='${bindir}' -- localstatedir='${prefix}' -- --fi -- - dnl use .exe suffix for executables on cygwin32 platform - case "$host_os" in - cygwin32|os2) |