Files
guru/app-admin/boinctui/files/boinctui-2.7.1-tinfo.patch
Anna (cybertailor) Vyalkova 6e6775c10e app-admin/boinctui: new package, add 2.7.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2024-04-30 05:37:12 +05:00

13 lines
572 B
Diff

Fix build with split tinfow library.
--- a/configure.in
+++ b/configure.in
@@ -31,6 +31,7 @@
[
#use unicode ncursesw (default case)
AC_CHECK_LIB(ncursesw, main, , [AC_MSG_ERROR([Couldn't find ncursesw library])] )
+ AC_SEARCH_LIBS(stdscr, tinfow,, [AC_MSG_ERROR([Cannot find a library providing stdscr])])
#AC_CHECK_LIB(ncurses++w, main, , [AC_MSG_ERROR([Couldn't find ncurses++w library])] )
AC_CHECK_LIB(formw, main, , [AC_MSG_ERROR([Couldn't find formw library])] )
AC_CHECK_LIB(panelw, main, , [AC_MSG_ERROR([Couldn't find panelw library])] )