commit: 425fa162d165c4063ccb98342a13ea74898ad51c Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Apr 29 05:18:30 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed May 1 21:41:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425fa162
games-rpg/gwiz: Add autoreconf It fixes many configure-time problems for free. Like this one. Closes: https://bugs.gentoo.org/880811 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36473 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-rpg/gwiz/gwiz-0.8-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-rpg/gwiz/gwiz-0.8-r1.ebuild b/games-rpg/gwiz/gwiz-0.8-r1.ebuild index 3314304fac19..61e9322d0aec 100644 --- a/games-rpg/gwiz/gwiz-0.8-r1.ebuild +++ b/games-rpg/gwiz/gwiz-0.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit desktop flag-o-matic toolchain-funcs +inherit desktop flag-o-matic toolchain-funcs autotools DESCRIPTION="Clone of old-school Wizardry(tm) games by SirTech" HOMEPAGE="https://icculus.org/gwiz/" @@ -27,6 +27,7 @@ src_prepare() { tc-export CC append-cflags -std=gnu89 # build with gcc5 (bug #572532) + eautoreconf # fixes configure problems for free (bug #880811) } src_install() {
