commit: 501a1642f8aba4f6000bfe907af4b4f755a73bcc
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 20:47:31 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 20:47:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501a1642
app-emulation/86Box: add -fno-strict-aliasing
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-emulation/86Box/86Box-3.6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-emulation/86Box/86Box-3.6.ebuild
b/app-emulation/86Box/86Box-3.6.ebuild
index 78a19f937313..ab0476394bfd 100644
--- a/app-emulation/86Box/86Box-3.6.ebuild
+++ b/app-emulation/86Box/86Box-3.6.ebuild
@@ -48,6 +48,7 @@ src_configure() {
# LTO needs to be filtered
# See https://bugs.gentoo.org/854507
filter-lto
+ append-flags -fno-strict-aliasing
local mycmakeargs=(
-DCPPTHREADS="$(usex threads)"