Skip to content

Commit

Permalink
app-emulation/fs-uae: mark as LTO-unsafe
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/854519
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
eli-schwartz authored and thesamesam committed Mar 3, 2024
1 parent ad9b025 commit 1b2d058
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app-emulation/fs-uae/fs-uae-3.1.66.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 1b2d058

Please sign in to comment.