diff options
Diffstat (limited to 'net/click/files/patch-configure')
-rw-r--r-- | net/click/files/patch-configure | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/net/click/files/patch-configure b/net/click/files/patch-configure new file mode 100644 index 000000000000..c74102b0f94c --- /dev/null +++ b/net/click/files/patch-configure @@ -0,0 +1,53 @@ +--- configure.orig Fri May 19 21:50:14 2006 ++++ configure Fri Oct 13 02:41:33 2006 +@@ -4449,14 +4449,14 @@ + + =========================================" >&2;} + { (exit 1); exit 1; }; } +-elif test -r $freebsd_includedir/net/if_var.h -a -r $freebsd_srcdir/kern/vnode_if.pl; then ++elif test -r $freebsd_includedir/net/if_var.h -a -r $freebsd_srcdir/kern/vnode_if.src; then + ac_have_bsd_kernel=y + else + { { echo "$as_me:$LINENO: error: + ========================================= + + Can't find $freebsd_includedir/net/if_var.h and/or +-$freebsd_srcdir/kern/vnode_if.pl. Are you sure $freebsd_srcdir ++$freebsd_srcdir/kern/vnode_if.src. Are you sure $freebsd_srcdir + and $freebsd_includedir contain FreeBSD kernel source? + + =========================================" >&5 +@@ -4464,7 +4464,7 @@ + ========================================= + + Can't find $freebsd_includedir/net/if_var.h and/or +-$freebsd_srcdir/kern/vnode_if.pl. Are you sure $freebsd_srcdir ++$freebsd_srcdir/kern/vnode_if.src. Are you sure $freebsd_srcdir + and $freebsd_includedir contain FreeBSD kernel source? + + =========================================" >&2;} +@@ -12279,7 +12279,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include <sys/param.h> +-#if __FreeBSD_version < 440002 || __FreeBSD_version >= 500000 ++#if __FreeBSD_version < 500000 + #include <NONEXISTENT_FILE> + #endif + _ACEOF +@@ -12330,13 +12330,13 @@ + { echo "$as_me:$LINENO: WARNING: + ========================================= + +-Your version of FreeBSD is old. Click works with FreeBSD 4.5 and later. ++Your version of FreeBSD is old. Click works with FreeBSD 5.x and later. + + =========================================" >&5 + echo "$as_me: WARNING: + ========================================= + +-Your version of FreeBSD is old. Click works with FreeBSD 4.5 and later. ++Your version of FreeBSD is old. Click works with FreeBSD 5.x and later. + + =========================================" >&2;} + fi |