diff options
author | kim <kim@pkgsrc.org> | 1998-10-09 17:49:20 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-10-09 17:49:20 +0000 |
commit | 95d58b0b91fc02d3944ebdcce06af7bc233a52e4 (patch) | |
tree | 3e0e4639fce2a51f6bbc7ea6b8791ea4b467c393 /www/squid-current/patches/patch-ag | |
parent | 0bd9ceb37aa96077b64c3f55851e54b86eb791c5 (diff) | |
download | pkgsrc-95d58b0b91fc02d3944ebdcce06af7bc233a52e4.tar.gz |
A package to track the current version of squid.
Diffstat (limited to 'www/squid-current/patches/patch-ag')
-rw-r--r-- | www/squid-current/patches/patch-ag | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/squid-current/patches/patch-ag b/www/squid-current/patches/patch-ag new file mode 100644 index 00000000000..4839ccf90ac --- /dev/null +++ b/www/squid-current/patches/patch-ag @@ -0,0 +1,21 @@ +$NetBSD: patch-ag,v 1.1.1.1 1998/10/09 17:49:20 kim Exp $ + +--- configure.orig Tue Sep 22 19:46:09 1998 ++++ configure Thu Oct 1 17:39:47 1998 +@@ -636,11 +636,11 @@ + REGEXLIB='' # -lregex + LIBREGEX='' # libregex.a + +-if test "$libexecdir" = '${exec_prefix}/libexec'; then +- libexecdir='${bindir}' +- localstatedir='${prefix}' +- +-fi ++#if test "$libexecdir" = '${exec_prefix}/libexec'; then ++# libexecdir='${bindir}' ++# localstatedir='${prefix}' ++# ++#fi + + case "$host_os" in + cygwin32) |