summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-17 18:45:05 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-17 18:45:05 +0000
commite1b9c9d3e32000b03ac714fe11115732b807a52d (patch)
tree01920fa603117139966fb0cef1d85323a6983f24 /net-analyzer/yersinia/files
parentNeeds pango with X. Bug #247004 (diff)
downloadgentoo-2-e1b9c9d3e32000b03ac714fe11115732b807a52d.tar.gz
gentoo-2-e1b9c9d3e32000b03ac714fe11115732b807a52d.tar.bz2
gentoo-2-e1b9c9d3e32000b03ac714fe11115732b807a52d.zip
Version bump. Fixed >libpcap-1.0.0 build issue, bug #247133, thank Willard Dawson for report.
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'net-analyzer/yersinia/files')
-rw-r--r--net-analyzer/yersinia/files/yersinia-0.7.1-no-ncurses.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/yersinia/files/yersinia-0.7.1-no-ncurses.patch b/net-analyzer/yersinia/files/yersinia-0.7.1-no-ncurses.patch
new file mode 100644
index 000000000000..7e25f3ed9ae4
--- /dev/null
+++ b/net-analyzer/yersinia/files/yersinia-0.7.1-no-ncurses.patch
@@ -0,0 +1,14 @@
+=== modified file 'src/terminal.c'
+--- src/terminal.c 2008-11-17 18:29:55 +0000
++++ src/terminal.c 2008-11-17 18:33:17 +0000
+@@ -190,7 +190,9 @@
+ #endif
+
+ pthread_mutex_destroy(&terms->admin_listen_th.finished);
++#ifdef HAS_CURSES
+ pthread_mutex_destroy(&terms->gui_th.finished);
++#endif
+ pthread_mutex_destroy(&terms->pcap_listen_th.finished);
+ pthread_mutex_destroy(&terms->uptime_th.finished);
+
+