summaryrefslogtreecommitdiff
path: root/net/openvpn
diff options
context:
space:
mode:
authormanu <manu>2013-02-14 12:53:01 +0000
committermanu <manu>2013-02-14 12:53:01 +0000
commitfddd778e72a8bf19dc5bfcda32680a4e74d28362 (patch)
treea20ec9e252416b9d5c3bc74e265f51787c4c03b1 /net/openvpn
parent7282c70f00f5a8a417138a031ac1be12d323e356 (diff)
downloadpkgsrc-fddd778e72a8bf19dc5bfcda32680a4e74d28362.tar.gz
I forget to remove this obsolete patch
Diffstat (limited to 'net/openvpn')
-rw-r--r--net/openvpn/patches/patch-ab25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/openvpn/patches/patch-ab b/net/openvpn/patches/patch-ab
deleted file mode 100644
index d417a8dc2e4..00000000000
--- a/net/openvpn/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2011/08/12 09:38:08 adam Exp $
-
---- syshead.h.orig 2010-11-04 19:29:02.000000000 +0000
-+++ syshead.h
-@@ -306,6 +306,10 @@
-
- #ifdef TARGET_NETBSD
-
-+#ifdef HAVE_NET_IF_TAP_H
-+#include <net/if_tap.h>
-+#endif
-+
- #ifdef HAVE_NET_IF_TUN_H
- #include <net/if_tun.h>
- #endif
-@@ -387,6 +391,9 @@
- */
- #if defined(ENABLE_MULTIHOME) && defined(HAVE_IN_PKTINFO) && defined(IP_PKTINFO) && defined(HAVE_MSGHDR) && defined(HAVE_CMSGHDR) && defined(HAVE_IOVEC) && defined(CMSG_FIRSTHDR) && defined(CMSG_NXTHDR) && defined(HAVE_RECVMSG) && defined(HAVE_SENDMSG)
- #define ENABLE_IP_PKTINFO 1
-+#ifndef SOL_IP
-+#define SOL_IP 0
-+#endif
- #else
- #define ENABLE_IP_PKTINFO 0
- #endif