summaryrefslogtreecommitdiff
path: root/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
blob: f37f2ed22ce2740d3157b320d34b10c8beac9b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/602446

--- a/configure.ac
+++ b/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).
 #