summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-05 03:13:06 +0000
committerSam James <sam@gentoo.org>2023-03-05 03:13:06 +0000
commite5e9c92ef72d51cbe8e9a99204574d26e132a951 (patch)
tree238c15a16bd25ceb0a6a33baa91947cc577c1fdc /games-util
parentgames-puzzle/freesweep: fix configure w/ clang 16 (diff)
downloadgentoo-e5e9c92ef72d51cbe8e9a99204574d26e132a951.tar.gz
gentoo-e5e9c92ef72d51cbe8e9a99204574d26e132a951.tar.bz2
gentoo-e5e9c92ef72d51cbe8e9a99204574d26e132a951.zip
games-util/gamepick: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/898998 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/gamepick/gamepick-0.35-r2.ebuild (renamed from games-util/gamepick/gamepick-0.35-r1.ebuild)10
1 files changed, 7 insertions, 3 deletions
diff --git a/games-util/gamepick/gamepick-0.35-r1.ebuild b/games-util/gamepick/gamepick-0.35-r2.ebuild
index 097f39d276ab..5c150da179cb 100644
--- a/games-util/gamepick/gamepick-0.35-r1.ebuild
+++ b/games-util/gamepick/gamepick-0.35-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop
+inherit autotools desktop
DESCRIPTION="Launch opengl games with custom graphic settings"
HOMEPAGE="http://www.rillion.net/gamepick/index.html"
@@ -19,9 +19,13 @@ BDEPEND="virtual/pkgconfig"
src_prepare() {
default
+
sed -i \
-e 's/-O2//' \
src/Makefile.in || die
+
+ # Clang 16, bug #898998
+ eautoreconf
}
src_install() {