diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-02-15 14:17:22 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-02-15 14:17:22 +0000 |
commit | 48cb94d7a3479a47f9cc4d857fd92484cc1455f2 (patch) | |
tree | 0e3453f5a120e821239e7c76191a6c9342582a16 /net/irrd/files/patch-configure | |
parent | - Unbreak (diff) |
- Update to 2.3.4
- Take maintainership because of maintainer email is bounced:
takano@net-chef.net
Recipient address rejected: User unknown in local recipient table
Notes
Notes:
svn path=/head/; revision=207248
Diffstat (limited to 'net/irrd/files/patch-configure')
-rw-r--r-- | net/irrd/files/patch-configure | 33 |
1 files changed, 10 insertions, 23 deletions
diff --git a/net/irrd/files/patch-configure b/net/irrd/files/patch-configure index 80447baddb67..c34662282724 100644 --- a/net/irrd/files/patch-configure +++ b/net/irrd/files/patch-configure @@ -1,24 +1,11 @@ ---- configure.orig Fri Oct 18 04:32:52 2002 -+++ configure Fri Mar 26 19:57:10 2004 -@@ -1033,14 +1033,16 @@ - # Check whether --enable-thread or --disable-thread was given. - if test "${enable_thread+set}" = set; then - enableval="$enable_thread" -- disable_thread=yes -+ if test "x${enable_thread}" != "xyes"; then -+ disable_thread=yes -+ fi - fi; +--- configure.orig 2006-09-12 21:40:55.000000000 +0400 ++++ configure 2008-02-15 16:23:17.000000000 +0300 +@@ -6011,7 +6011,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include <netinet/in.h> ++#include <netinet6/in6.h> - # Check whether --enable-thread or --disable-thread was given. --if test "${enable_thread+set}" = set; then -- enableval="$enable_thread" -- disable_thread=no --fi; -+#if test "${enable_thread+set}" = set; then -+# enableval="$enable_thread" -+# disable_thread=no -+#fi; - - # Check whether --enable-wall or --disable-wall was given. - if test "${enable_wall+set}" = set; then + _ACEOF + if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |