summaryrefslogtreecommitdiff
path: root/games-roguelike/zangband/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-07 11:18:59 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-07 11:18:59 +0100
commita2810985afabcc31d3eace5e61d8ea25b852ba17 (patch)
treed254e77a7aeadd875db2dc73532da78094238ffd /games-roguelike/zangband/files
parenteab5731cdf11d4ae8cdf111461d46fd96c5bdd37 (diff)
gentoo resync : 07.05.2019
Diffstat (limited to 'games-roguelike/zangband/files')
-rw-r--r--games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch b/games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch
new file mode 100644
index 000000000000..e9b491e070ca
--- /dev/null
+++ b/games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch
@@ -0,0 +1,12 @@
+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],