summaryrefslogtreecommitdiff
path: root/games-emulation/atari800/files/atari800-3.1.0-tgetent-detection.patch
blob: 487577e5b1a42c591a4e6251702752a07916ddfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN atari800-3.1.0/src/configure.ac new/src/configure.ac
--- src/configure.ac	2014-04-12 15:58:16.000000000 +0200
+++ src/configure.ac	2015-03-26 23:36:24.419178078 +0100
@@ -982,7 +982,7 @@
 dnl existence of the tgetent symbol in readline. If not, we search for tgetent
 dnl in a few other libraries. All done with a single AC_SEARCH_LIBS statement.
     have_readline=no
-    AC_SEARCH_LIBS(tgetent, [readline termcap ncursesw ncurses curses], [
+    AC_SEARCH_LIBS(tgetent, [readline termcap tinfow ncursesw ncurses curses], [
         AC_SEARCH_LIBS(readline, readline, [
             AC_CHECK_HEADER([readline/readline.h], [
                 have_readline=yes