summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNHOrus <jy6x2b32pie9@yahoo.com>2024-04-29 09:18:30 +0400
committerJames Le Cuirot <chewi@gentoo.org>2024-05-01 22:41:12 +0100
commit425fa162d165c4063ccb98342a13ea74898ad51c (patch)
tree3cfdfc658227bdbe293e566b6136d0693a768ee2 /games-rpg
parentgames-fps/gzdoom: Move S, die for gitinfo.h (diff)
downloadgentoo-425fa162d165c4063ccb98342a13ea74898ad51c.tar.gz
gentoo-425fa162d165c4063ccb98342a13ea74898ad51c.tar.bz2
gentoo-425fa162d165c4063ccb98342a13ea74898ad51c.zip
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@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36473 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/gwiz/gwiz-0.8-r1.ebuild5
1 files 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() {