diff options
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.8.ebuild | 11 | ||||
-rw-r--r-- | games-rpg/adonthell/files/adonthell-0.3.8-ar.patch | 11 |
2 files changed, 21 insertions, 1 deletions
diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild index ee5853868fc4..5407912c96c2 100644 --- a/games-rpg/adonthell/adonthell-0.3.8.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.8.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit python-single-r1 +inherit autotools python-single-r1 DESCRIPTION="Roleplaying game engine" HOMEPAGE="http://adonthell.nongnu.org/" @@ -37,6 +37,15 @@ BDEPEND=" DOCS=( AUTHORS NEWBIE NEWS README ) +PATCHES=( + "${FILESDIR}/${P}-ar.patch" +) + +src_prepare() { + default + eautoreconf +} + pkg_setup() { python-single-r1_pkg_setup } diff --git a/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch b/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch new file mode 100644 index 000000000000..2b2e34d62c7d --- /dev/null +++ b/games-rpg/adonthell/files/adonthell-0.3.8-ar.patch @@ -0,0 +1,11 @@ +diff -r b3fec744fc29 configure.ac +--- a/configure.ac Sat Oct 17 22:39:45 2020 +0000 ++++ b/configure.ac Sat Oct 17 22:40:17 2020 +0000 +@@ -26,6 +26,7 @@ + AC_PROG_CXXCPP + AC_PROG_MAKE_SET + AC_PROG_RANLIB ++AM_PROG_AR + + dnl **** + dnl i18n |