commit:     4946f27930e2e317938612b1dec9d7cc19855ad5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 04:24:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 04:24:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4946f279

games-emulation/gnuboy: filter LTO, no-SA

Dead upstream.

Closes: https://bugs.gentoo.org/858701
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild 
b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
index 6fcd97ea2826..6a69c356ddca 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Gameboy emulator with multiple renderers"
 HOMEPAGE="https://sourceforge.net/projects/gnuboy/";
@@ -39,6 +39,10 @@ src_prepare() {
 }
 
 src_configure() {
+       # LTO type mismatches (bug #858701)
+       append-flags -fno-strict-aliasing
+       filter-lto
+
        local econfargs=(
                $(use_with X x)
                $(use_with sdl)

Reply via email to