diff options
author | Jean-Michel Lacroix <lacroix@lepine-lacroix.info> | 2016-08-07 18:00:32 -0400 |
---|---|---|
committer | Jean-Michel Lacroix <lacroix@lepine-lacroix.info> | 2016-08-07 18:00:32 -0400 |
commit | 5b169c25183fdd999f193ec785271e4ca610e876 (patch) | |
tree | aa0b66d6060a908c52798c1c94d76dc37941e4eb /net/kismet/patches | |
parent | 5673710f1f478f26ddc70ffadfa53a740f372708 (diff) |
kismet: Update to 2016-07-R1 and new maintainer
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
Diffstat (limited to 'net/kismet/patches')
-rw-r--r-- | net/kismet/patches/010-dont-add-host-include-paths.patch | 2 | ||||
-rw-r--r-- | net/kismet/patches/020-musl-include-fixes.patch | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net/kismet/patches/010-dont-add-host-include-paths.patch b/net/kismet/patches/010-dont-add-host-include-paths.patch index 3b1858afb..62acd02ba 100644 --- a/net/kismet/patches/010-dont-add-host-include-paths.patch +++ b/net/kismet/patches/010-dont-add-host-include-paths.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -5456,9 +5456,6 @@ fi +@@ -5981,9 +5981,6 @@ fi diff --git a/net/kismet/patches/020-musl-include-fixes.patch b/net/kismet/patches/020-musl-include-fixes.patch index 7f2d52cb9..d3346fd71 100644 --- a/net/kismet/patches/020-musl-include-fixes.patch +++ b/net/kismet/patches/020-musl-include-fixes.patch @@ -20,3 +20,13 @@ #include "ipc_remote.h" #ifndef SYS_CYGWIN +--- a/ifcontrol.h ++++ b/ifcontrol.h +@@ -39,7 +39,6 @@ + #include <net/if_arp.h> + #include <sys/ioctl.h> + #include <netinet/in.h> +-#include <netinet/if_ether.h> + #include <arpa/inet.h> + #endif + |