summaryrefslogtreecommitdiff
path: root/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch')
-rw-r--r--net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch b/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch
deleted file mode 100644
index ac1a3900447..00000000000
--- a/net-wireless/kismet/files/kismet-2013.03.1-tinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -423,6 +423,8 @@
- foundlcurses=yes curseaux="-lcurses" termcontrol="curses" )
- fi
-
-+ AC_SEARCH_LIBS([stdscr], tinfo ncurses,curseaux="$curseaux $ac_res")
-+
- if test "$foundlcurses" != "yes"; then
- AC_MSG_ERROR(Failed to find libcurses or libncurses. Install them or disable building the Kismet client with --disable-client. Disabling the client is probably not something you want to do normally.)
- fi