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/games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch

13 lines
513 B

diff '--color=auto' -Naurd zangband.orig/configure.in zangband/configure.in
--- zangband.orig/configure.in 2004-08-01 13:23:14.000000000 +0400
+++ zangband/configure.in 2019-05-04 19:01:09.287753294 +0300
@@ -117,6 +117,8 @@
# Only check termcap if we don't have GCU
AC_SEARCH_LIBS([tgetent], [termcap],
AC_DEFINE(USE_CAP, 1, [Use termcap port])))
+# tinfo may be in a separate lib
+AC_SEARCH_LIBS([keypad], [tinfow tinfo])
if test "x$with_gtk" != "xno" ; then
AC_SEARCH_LIBS([gtk_init_check], [gtk],