diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:40:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 11:48:04 +0100 |
commit | 2cced64c80ca314a9649d1bf2c5e943d21827bc1 (patch) | |
tree | e830da5ba2c86a1bab018612ce7d3a97405e6c91 /package/kismet/patches/patch-configure_in | |
parent | e23c697d3cecac4777cea7474b8a4aa7e98e7b1f (diff) |
kismet: update to 2023-07-R1
Diffstat (limited to 'package/kismet/patches/patch-configure_in')
-rw-r--r-- | package/kismet/patches/patch-configure_in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kismet/patches/patch-configure_in b/package/kismet/patches/patch-configure_in deleted file mode 100644 index cb7d45cbd..000000000 --- a/package/kismet/patches/patch-configure_in +++ /dev/null @@ -1,12 +0,0 @@ ---- kismet-2013-03-R1b.orig/configure.in 2013-03-27 15:41:48.000000000 +0100 -+++ kismet-2013-03-R1b/configure.in 2013-12-31 23:14:38.000000000 +0100 -@@ -406,9 +406,6 @@ AC_ARG_ENABLE(client, - ) - AC_SUBST(wantclient) - --# Add additional cflags since some distros bury panel.h --CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses" -- - termcontrol="none"; - - if test "$wantclient" = "yes"; then |