summaryrefslogtreecommitdiff
path: root/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch')
-rw-r--r--games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
new file mode 100644
index 000000000000..c50b5a05de43
--- /dev/null
+++ b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
@@ -0,0 +1,12 @@
+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).
+ #