diff options
author | Sam James <sam@gentoo.org> | 2023-03-05 03:20:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-05 03:39:39 +0000 |
commit | 780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f (patch) | |
tree | 3eba5c7afd94cf07542a9bb8febb1f3c0ffa220a /games-arcade | |
parent | dev-util/fuzz: fix configure w/ clang 16 (diff) | |
download | gentoo-780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f.tar.gz gentoo-780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f.tar.bz2 gentoo-780edcaa3909c3b60eda9fcf27d48bd6b9fafb1f.zip |
games-arcade/spout: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/898800
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/spout/spout-1.3-r3.ebuild (renamed from games-arcade/spout/spout-1.3-r2.ebuild) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games-arcade/spout/spout-1.3-r2.ebuild b/games-arcade/spout/spout-1.3-r3.ebuild index 9ed65f4f461f..9f30a8242b0d 100644 --- a/games-arcade/spout/spout-1.3-r2.ebuild +++ b/games-arcade/spout/spout-1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit desktop readme.gentoo-r1 +inherit autotools desktop readme.gentoo-r1 MY_P="spout-unix-${PV}" @@ -25,6 +25,12 @@ PATCHES=( "${FILESDIR}"/${PN}-1.3-Fix-implicit-function-declarations.patch ) +src_prepare() { + default + + eautoreconf +} + src_install() { dobin spout einstalldocs |