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/bwm-ng/files/bwm-ng-0.6.2-tinfo.patch

11 lines
274 B

--- a/configure.in
+++ b/configure.in
@@ -52,6 +52,7 @@
CPPFLAGS="$CPPFLAGS -I$withval"
fi
AC_CHECK_LIB([ncurses],[newterm,timeout],,[ CPPFLAGS=$OLD_CPPFLAGS ])
+ AC_SEARCH_LIBS([wtimeout],[tinfo])
CURSES_CHECKED="1"
else
CURSES_CHECKED="1"