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-engines/frobtads/files/frobtads-1.2.4-tinfo.patch

13 lines
371 B

https://bugs.gentoo.org/602446
--- frobtads-1.2.4/configure.ac
+++ frobtads-1.2.4/configure.ac
@@ -88,6 +88,7 @@
# doesn't hust to try pdcurses as a last resort.)
#
AC_SEARCH_LIBS([initscr], [ncurses curses pdcurses], [curseslibfound=true], [curseslibfound=false])
+AC_SEARCH_LIBS([keypad], [tinfo])
# Check for libcurl (network client library for http et al).
#