You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/mtr/files/mtr-0.87-tinfo.patch

12 lines
380 B

--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,8 @@
AC_DEFINE(NO_CURSES, 1, [Define if you don't have the curses libraries available.])
CURSES_OBJ=)
+AC_SEARCH_LIBS(raw, [ncurses curses cursesX tinfo])
+
AC_CHECK_LIB(ncurses, use_default_colors,
AC_DEFINE(HAVE_USE_DEFAULT_COLORS, 1, [Define this if your curses library has the use_default_colors() command.]))