games-roguelike/zangband: fix build with separate tinfo
authorAndrew Savchenko <bircoph@gentoo.org>
Sat, 4 May 2019 16:13:40 +0000 (19:13 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Sat, 4 May 2019 16:17:27 +0000 (19:17 +0300)
Closes: https://bugs.gentoo.org/678866
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
games-roguelike/zangband/files/zangband-2.7.4c-tinfo.patch [new file with mode: 0644]
games-roguelike/zangband/metadata.xml
games-roguelike/zangband/zangband-2.7.4c.ebuild

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 (file)
index 0000000..e9b491e
--- /dev/null
@@ -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],
index 78274e0fa550cc9c38545b42c2aba5e165c0d8ba..aff073dd1976130b5b6560eafc3eeb8195a53ddd 100644 (file)
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-       <email>games@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
+  <maintainer type="person">
+    <email>bircoph@gentoo.org</email>
+    <name>Andrew Savchenko</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>games@gentoo.org</email>
+    <name>Gentoo Games Project</name>
+  </maintainer>
 </pkgmetadata>
index 90b697ebbc8af4f58550e2bc45d41a87c8daebb6..e04a2836fb7f843c65eed0175c94bce7fa25cdfc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,6 +28,7 @@ S=${WORKDIR}/${PN}
 src_prepare() {
        epatch "${FILESDIR}"/${P}-tk85.patch \
                "${FILESDIR}"/${P}-rng.patch \
+               "${FILESDIR}"/${P}-tinfo.patch \
                "${FILESDIR}"/${P}-configure.patch \
                "${FILESDIR}"/${P}-makefile.patch
        mv configure.in configure.ac || die