summaryrefslogtreecommitdiff
path: root/net/6tunnel/files/patch-configure.in
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-03-31 21:08:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-03-31 21:08:19 +0000
commit970c9a1ad539a196f40a6e80d1c7bccb2bd2c8c6 (patch)
tree013b3e3f7fd7bae79eb3cf5289eef2180e8c582a /net/6tunnel/files/patch-configure.in
parent- Add new port: www/R-cran-servr (diff)
net/6tunnel: Update version 0.12=>0.13
- Remove bdrewary's LOCAL MASTERSITES - Take MAINTAINERSHIP
Notes
Notes: svn path=/head/; revision=530021
Diffstat (limited to 'net/6tunnel/files/patch-configure.in')
-rw-r--r--net/6tunnel/files/patch-configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/6tunnel/files/patch-configure.in b/net/6tunnel/files/patch-configure.in
deleted file mode 100644
index e7d373221c5a..000000000000
--- a/net/6tunnel/files/patch-configure.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)