diff options
-rw-r--r-- | games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild index 137e74c65545..5f71f726376e 100644 --- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild +++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,6 +43,14 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/859241 + # Upstream sourceforge is inactive since 2017. No bug filed + # + # Do not trust with LTO either. + append-flags -fno-strict-aliasing + filter-lto + econf \ --with-openal \ $(use_enable nls) |