summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-10-22 22:55:33 +0200
committerJeroen Roovers <jer@gentoo.org>2019-10-23 01:50:59 +0200
commita5383cf5528f19dbb9b260977fdc81833aed348c (patch)
treef0c519042696e916867631c53b63cc75bf770756 /net-analyzer/sniffit/files
parentdev-util/vulkan-tools: Version bump, fix deps (diff)
downloadgentoo-a5383cf5528f19dbb9b260977fdc81833aed348c.tar.gz
gentoo-a5383cf5528f19dbb9b260977fdc81833aed348c.tar.bz2
gentoo-a5383cf5528f19dbb9b260977fdc81833aed348c.zip
net-analyzer/sniffit: Version 0.4.0
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/sniffit/files')
-rw-r--r--net-analyzer/sniffit/files/sniffit-0.4.4-tinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/sniffit/files/sniffit-0.4.4-tinfo.patch b/net-analyzer/sniffit/files/sniffit-0.4.4-tinfo.patch
new file mode 100644
index 000000000000..85e266fb5d13
--- /dev/null
+++ b/net-analyzer/sniffit/files/sniffit-0.4.4-tinfo.patch
@@ -0,0 +1,12 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -12,7 +12,8 @@
+ AC_PROG_CC
+
+ # Checks for libraries.
+-AC_CHECK_LIB(ncurses, main, , [AC_MSG_ERROR([Couldn't find libncurses])])
++AC_CHECK_LIB(ncurses, initscr, , [AC_MSG_ERROR([Couldn't find libncurses])])
++AC_SEARCH_LIBS(keypad, tinfo, , [AC_MSG_ERROR([Couldn't find libncurses])])
+ AC_CHECK_LIB(pcap, pcap_open_live, , [AC_MSG_ERROR([Couldn't find libpcap])])
+
+ # Checks for header files.