summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid/patches/patch-an')
-rw-r--r--www/squid/patches/patch-an24
1 files changed, 6 insertions, 18 deletions
diff --git a/www/squid/patches/patch-an b/www/squid/patches/patch-an
index 13bc38ee2db..3cd3ae0b3f9 100644
--- a/www/squid/patches/patch-an
+++ b/www/squid/patches/patch-an
@@ -1,6 +1,6 @@
-$NetBSD: patch-an,v 1.7.2.1 2005/09/10 11:16:41 salo Exp $
+$NetBSD: patch-an,v 1.7.2.2 2005/09/15 16:35:33 salo Exp $
---- configure.in.orig 2005-09-02 10:23:02.000000000 +0900
+--- configure.in.orig 2005-09-13 10:48:42.000000000 +0900
+++ configure.in
@@ -493,7 +493,7 @@ AC_ARG_ENABLE(snmp,
[ if test "$enableval" = "yes" ; then
@@ -11,27 +11,15 @@ $NetBSD: patch-an,v 1.7.2.1 2005/09/10 11:16:41 salo Exp $
AM_CONDITIONAL(USE_SNMP, true)
SNMP_MAKEFILE=./snmplib/Makefile
makesnmplib=snmplib
-@@ -1282,9 +1282,11 @@ AC_CHECK_HEADERS( \
- ip_fil_compat.h \
- ip_fil.h \
- ip_nat.h \
-+ ipl.h \
+@@ -1302,6 +1302,7 @@ AC_CHECK_HEADERS( \
libc.h \
limits.h \
linux/netfilter_ipv4.h \
-+ machine/byte_swap.h \
++ machine/byte_swap.h \
malloc.h \
math.h \
memory.h \
-@@ -1299,6 +1301,7 @@ AC_CHECK_HEADERS( \
- netinet/ip_fil_compat.h \
- netinet/ip_fil.h \
- netinet/ip_nat.h \
-+ netinet/ipl.h \
- openssl/err.h \
- openssl/md5.h \
- openssl/ssl.h \
-@@ -1510,8 +1513,17 @@ AC_CHECK_TYPE(pid_t, int)
+@@ -1529,8 +1530,17 @@ AC_CHECK_TYPE(pid_t, int)
AC_CHECK_TYPE(size_t, unsigned int)
AC_CHECK_TYPE(ssize_t, int)
AC_CHECK_TYPE(off_t, int)
@@ -51,7 +39,7 @@ $NetBSD: patch-an,v 1.7.2.1 2005/09/10 11:16:41 salo Exp $
AC_CHECK_SIZEOF_SYSTYPE(off_t, 4)
AC_CHECK_SIZEOF_SYSTYPE(size_t, 4)
-@@ -1719,8 +1731,8 @@ if test "$GCC" = "yes"; then
+@@ -1738,8 +1748,8 @@ if test "$GCC" = "yes"; then
GCCVER=`$CC -v 2>&1 | awk '$2 == "version" {print $3}'`
case "$GCCVER" in
[2.95.[123]])