diff options
-rw-r--r-- | games-strategy/warzone2100/warzone2100-4.4.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/warzone2100-4.4.2.ebuild b/games-strategy/warzone2100/warzone2100-4.4.2.ebuild index 42252a5e12cf..d3acd7fee1f3 100644 --- a/games-strategy/warzone2100/warzone2100-4.4.2.ebuild +++ b/games-strategy/warzone2100/warzone2100-4.4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PLOCALES="af_ZA bg_BG ca_ES cs da de el en_GB eo es et_EE fa_IR fi fr fy ga he_IL hr hu id_ID id it ko la lt nb nl pl pt_BR pt ro ru sk sl tr tt_RU uk_UA zh_CN zh_TW" -inherit cmake plocale xdg +inherit cmake flag-o-matic plocale xdg MY_PV=$(ver_cut 1-2) VIDEOS_PV=2.2 @@ -87,6 +87,9 @@ src_prepare() { } src_configure() { + # ODR violations (bison, yy_*, bug #859268) + filter-lto + # TODO: unbundle dev-cpp/nlohmann_json # TODO: unbundle dev-libs/libfmt # TODO: unbundle SQLiteCpp |