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/app-editors/hexedit/files/hexedit-1.2.13-tinfo.patch

11 lines
329 B

--- a/configure.in
+++ b/configure.in
@@ -37,6 +37,7 @@
AC_CHECK_LIB(curses, initscr, LIBS="$LIBS -lcurses",
AC_CHECK_LIB(ncurses, initscr, LIBS="$LIBS -lncurses")
)
+AC_SEARCH_LIBS(nodelay, tinfo)
AC_CHECK_FUNC(use_default_colors,
AC_DEFINE(HAVE_COLORS, , "Define if you want colored (fruit salad) display option")
)