diff --git a/net-analyzer/mtr/files/mtr-0.96-tinfo.patch b/net-analyzer/mtr/files/mtr-0.96-tinfo.patch index ab3b9d23db2d6..2992d088b65af 100644 --- a/net-analyzer/mtr/files/mtr-0.96-tinfo.patch +++ b/net-analyzer/mtr/files/mtr-0.96-tinfo.patch @@ -1,4 +1,5 @@ -https://github.com/traviscross/mtr/pull/368 +Fixed version of https://github.com/traviscross/mtr/pull/368 +Bug: https://bugs.gentoo.org/960013 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,10 @@ AS_IF([test "x$with_ncurses" = "xyes"], @@ -6,7 +7,7 @@ https://github.com/traviscross/mtr/pull/368 [AC_SEARCH_LIBS( [initscr], [ncursesw ncurses curses], + [AC_SEARCH_LIBS( -+ [raw], [ncurses curses cursesX tinfo], ++ [raw], [ncurses curses cursesX tinfow], [AC_DEFINE([HAVE_CURSES], [1], [Define if a curses library available])], + [with_ncurses=no])], [with_ncurses=no]) diff --git a/net-analyzer/mtr/mtr-0.96.ebuild b/net-analyzer/mtr/mtr-0.96-r1.ebuild similarity index 100% rename from net-analyzer/mtr/mtr-0.96.ebuild rename to net-analyzer/mtr/mtr-0.96-r1.ebuild