summaryrefslogtreecommitdiff
path: root/games-rpg
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-02 06:09:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-02 06:09:36 +0000
commita31c7e97ef327bf5267df476f25becb6ec4326e2 (patch)
tree9c268ccc913de64018ae86d679b040ba7d4c34a0 /games-rpg
parentf7cbe3fe2afc02ee09e64ec155455ce5310b284e (diff)
downloadbaldeagleos-repo-a31c7e97ef327bf5267df476f25becb6ec4326e2.tar.gz
baldeagleos-repo-a31c7e97ef327bf5267df476f25becb6ec4326e2.tar.xz
baldeagleos-repo-a31c7e97ef327bf5267df476f25becb6ec4326e2.zip
Adding metadata
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/gwiz/gwiz-0.8-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-rpg/gwiz/gwiz-0.8-r1.ebuild b/games-rpg/gwiz/gwiz-0.8-r1.ebuild
index 3314304fac19..2f7ebbb7d424 100644
--- a/games-rpg/gwiz/gwiz-0.8-r1.ebuild
+++ b/games-rpg/gwiz/gwiz-0.8-r1.ebuild
@@ -1,17 +1,17 @@
-# 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/"
SRC_URI="https://icculus.org/gwiz/${P}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
DEPEND="media-libs/libsdl[joystick,video]
media-libs/sdl-image[png]
@@ -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() {