summaryrefslogtreecommitdiff
path: root/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-02 00:07:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-02 00:07:23 +0100
commit6657c680376cedf378fcf328e5fa03ed3b41d580 (patch)
tree44ea8d174f647daca562b9bdcbcb527a85a77d0a /games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild
parent1551fe56fd6ba43a94509cffc61b6bf854b7ac9f (diff)
gentoo auto-resync : 02:06:2024 - 00:07:23
Diffstat (limited to 'games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild')
-rw-r--r--games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild b/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild
index 60ff58559cb2..f7d5cad3ef66 100644
--- a/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild
+++ b/games-strategy/freeorion/freeorion-0.5.0.1-r1.ebuild
@@ -78,9 +78,12 @@ src_prepare() {
}
src_configure() {
- append-flags -fno-strict-aliasing #932780
filter-lto # -Werror=odr issues
+ # TODO: drop this after boost-1.85.0-r0 been gone for some time
+ has_version =dev-libs/boost-1.85.0-r0 &&
+ append-flags -fno-strict-aliasing #932780,933289
+
local mycmakeargs=(
-DCCACHE_PROGRAM=no
-DBUILD_CLIENT_GG=$(usex client)