commit: b7de328fb3def544bbdb1e695a87517dd0b789c8 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 22:07:57 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 22:08:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7de328f
games-simulation/openrct2: fix IPO build Closes: https://bugs.gentoo.org/830575 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../openrct2/{openrct2-0.3.5.1.ebuild => openrct2-0.3.5.1-r1.ebuild} | 3 ++- 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 similarity index 98% rename from games-simulation/openrct2/openrct2-0.3.5.1.ebuild rename to 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)
