diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-03 15:20:22 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-03 23:18:15 +0000 |
commit | 1b2d058e1207e6f5a4b63f6a5391fa4a3d79062b (patch) | |
tree | 3a3fc0fa98b2b6cade92bc9ce4c6ce3eada567b4 /app-emulation | |
parent | sys-auth/AusweisApp2: add 2.1.0 (diff) | |
download | gentoo-1b2d058e1207e6f5a4b63f6a5391fa4a3d79062b.tar.gz gentoo-1b2d058e1207e6f5a4b63f6a5391fa4a3d79062b.tar.bz2 gentoo-1b2d058e1207e6f5a4b63f6a5391fa4a3d79062b.zip |
app-emulation/fs-uae: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/854519
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fs-uae/fs-uae-3.1.66.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/fs-uae/fs-uae-3.1.66.ebuild b/app-emulation/fs-uae/fs-uae-3.1.66.ebuild index 2853da73fb7d..a8e64081c609 100644 --- a/app-emulation/fs-uae/fs-uae-3.1.66.ebuild +++ b/app-emulation/fs-uae/fs-uae-3.1.66.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 xdg +inherit autotools flag-o-matic xdg DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE" HOMEPAGE="https://fs-uae.net/" @@ -56,6 +56,12 @@ src_prepare() { } src_configure() { + # -Werror=odr -Werror=lto-type-mismatch + # https://bugs.gentoo.org/854519 + # + # Fixed upstream in git master but no releases since 2021 and no activity since 2022. + filter-lto + # Qt and Udis86 are unused. econf \ --enable-a2065 \ |