summaryrefslogtreecommitdiff
path: root/security/oidentd/files
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-08-21 18:43:23 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-08-21 18:43:23 +0000
commitf7a0c1e804c5a301d01fb45e813c1259fcc151ea (patch)
tree3f94a5a0e7c61edc48eecc8933542db4644fa071 /security/oidentd/files
parent Fix stupid errors in Makefile. (diff)
that should fix the build on freebsd-6
Reported by: pointyhat (via kris)
Notes
Notes: svn path=/head/; revision=116966
Diffstat (limited to 'security/oidentd/files')
-rw-r--r--security/oidentd/files/patch-configure20
1 files changed, 19 insertions, 1 deletions
diff --git a/security/oidentd/files/patch-configure b/security/oidentd/files/patch-configure
index 9bdfaaceca60..c873bbb8e60c 100644
--- a/security/oidentd/files/patch-configure
+++ b/security/oidentd/files/patch-configure
@@ -1,5 +1,5 @@
--- configure.orig Fri Jul 11 17:50:57 2003
-+++ configure Mon Jul 14 17:32:58 2003
++++ configure Sat Aug 21 20:41:25 2004
@@ -3597,7 +3597,7 @@
echo "$as_me:$LINENO: checking for egrep" >&5
@@ -31,3 +31,21 @@
#include <netinet/ip_nat.h>
_ACEOF
rm -f conftest.$ac_objext
+@@ -5888,7 +5896,7 @@
+
+ if test "$masq_support" = "no"; then
+ case "$host_os" in
+- *freebsd[45]* )
++ *freebsd[456]* )
+ use_kmem=no
+ os_src=freebsd4.c
+ ;;
+@@ -5900,7 +5908,7 @@
+ esac
+ else
+ case "$host_os" in
+- *freebsd5* )
++ *freebsd[56]* )
+ use_kmem=yes
+ os_src=freebsd5.c
+ ;;