summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanu <manu>2013-02-14 12:53:01 +0000
committermanu <manu>2013-02-14 12:53:01 +0000
commita5847572641e0de931e5f40fb92c1b0047f9fdca (patch)
treea20ec9e252416b9d5c3bc74e265f51787c4c03b1
parent9d3c5725f1d1e7961a6d6dc28fd44c6b0115d468 (diff)
downloadpkgsrc-a5847572641e0de931e5f40fb92c1b0047f9fdca.tar.gz
I forget to remove this obsolete patch
-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