diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-11 00:07:57 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-11 00:08:30 +0200 |
commit | b7de328fb3def544bbdb1e695a87517dd0b789c8 (patch) | |
tree | e70238681f7fda418c6b00eb87a6f53102798491 /games-simulation | |
parent | gnome-extra/gnome-utils: update EAPI 5 -> 8 (diff) | |
download | gentoo-b7de328fb3def544bbdb1e695a87517dd0b789c8.tar.gz gentoo-b7de328fb3def544bbdb1e695a87517dd0b789c8.tar.bz2 gentoo-b7de328fb3def544bbdb1e695a87517dd0b789c8.zip |
games-simulation/openrct2: fix IPO build
Closes: https://bugs.gentoo.org/830575
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openrct2/openrct2-0.3.5.1-r1.ebuild (renamed from games-simulation/openrct2/openrct2-0.3.5.1.ebuild) | 3 | ||||
-rw-r--r-- | games-simulation/openrct2/openrct2-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-simulation/openrct2/openrct2-0.3.5.1.ebuild b/games-simulation/openrct2/openrct2-0.3.5.1-r1.ebuild index da1cbb9b5e25..e02fe6c1811b 100644 --- a/games-simulation/openrct2/openrct2-0.3.5.1.ebuild +++ b/games-simulation/openrct2/openrct2-0.3.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -107,6 +107,7 @@ src_configure() { -DDISABLE_GOOGLE_BENCHMARK=ON -DDISABLE_GUI=$(usex dedicated) -DDISABLE_HTTP=OFF + -DDISABLE_IPO=ON -DDISABLE_NETWORK=OFF $(usex !dedicated "-DDISABLE_OPENGL=$(usex !opengl)" "") -DDISABLE_TTF=$(usex !truetype) diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index a6613207075e..293da48f84c1 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -108,6 +108,7 @@ src_configure() { -DDISABLE_GOOGLE_BENCHMARK=ON -DDISABLE_GUI=$(usex dedicated) -DDISABLE_HTTP=OFF + -DDISABLE_IPO=ON -DDISABLE_NETWORK=OFF $(usex !dedicated "-DDISABLE_OPENGL=$(usex !opengl)" "") -DDISABLE_TTF=$(usex !truetype) |