diff options
Diffstat (limited to 'net/tinc/patches/patch-ac')
-rw-r--r-- | net/tinc/patches/patch-ac | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/tinc/patches/patch-ac b/net/tinc/patches/patch-ac new file mode 100644 index 00000000000..0b24311861f --- /dev/null +++ b/net/tinc/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.1 2011/02/13 00:20:24 rumko Exp $ + +DragonFly BSD support (see https://github.com/gsliepen/tinc/pull/1) + +--- config.h.in.orig 2010-04-11 19:49:08 +0200 ++++ config.h.in +@@ -167,9 +167,15 @@ + /* Define to 1 if you have the <net/if_tap.h> header file. */ + #undef HAVE_NET_IF_TAP_H + ++/* Define to 1 if you have the <net/tap/if_tap.h> header file. */ ++#undef HAVE_NET_TAP_IF_TAP_H ++ + /* Define to 1 if you have the <net/if_tun.h> header file. */ + #undef HAVE_NET_IF_TUN_H + ++/* Define to 1 if you have the <net/tun/if_tun.h> header file. */ ++#undef HAVE_NET_TUN_IF_TUN_H ++ + /* Define to 1 if you have the <net/if_types.h> header file. */ + #undef HAVE_NET_IF_TYPES_H + |