diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:30:12 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:30:12 +0000 |
commit | 675a9c01dfc5b870df55f5ba77a0758ab43ff321 (patch) | |
tree | 337d04d5e0b4a530d1714bf2946e36bb8c5eb6fa /net/6tunnel/files/patch-configure.in | |
parent | - Update to 0.5.4 (diff) |
- Update to 0.11.r2
PR: ports/85633
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=141796
Diffstat (limited to 'net/6tunnel/files/patch-configure.in')
-rw-r--r-- | net/6tunnel/files/patch-configure.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/6tunnel/files/patch-configure.in b/net/6tunnel/files/patch-configure.in new file mode 100644 index 000000000000..e7d373221c5a --- /dev/null +++ b/net/6tunnel/files/patch-configure.in @@ -0,0 +1,13 @@ +--- configure.in.orig Sun Nov 24 03:59:24 2002 ++++ configure.in Fri Sep 2 16:04:11 2005 +@@ -18,7 +18,9 @@ + AC_CHECK_FUNCS(getaddrinfo, , AC_MSG_ERROR([Your system doesn't support IPv6.])) + + AC_MSG_CHECKING([for AF_INET6]) +-AC_TRY_COMPILE([#include <netinet/in.h>], [int x = AF_INET6;], [ ++AC_TRY_COMPILE([#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h>], [int x = AF_INET6;], [ + AC_MSG_RESULT(yes) + ], [ + AC_MSG_RESULT(no) |