diff options
author | 2024-03-21 22:57:33 -0400 | |
---|---|---|
committer | 2024-03-22 05:31:54 +0000 | |
commit | 85fc56aec46c02a6c5ea1d46f940398e12022e34 (patch) | |
tree | 7d8002af395cf0cfbe65fc4ba1de92e2cac1500e /games-emulation | |
parent | games-strategy/megaglest: mark as LTO-unsafe (diff) | |
download | gentoo-85fc56aec46c02a6c5ea1d46f940398e12022e34.tar.gz gentoo-85fc56aec46c02a6c5ea1d46f940398e12022e34.tar.bz2 gentoo-85fc56aec46c02a6c5ea1d46f940398e12022e34.zip |
games-emulation/vbam: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/926080
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vbam/vbam-2.1.7.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games-emulation/vbam/vbam-2.1.7.ebuild b/games-emulation/vbam/vbam-2.1.7.ebuild index c18685667d58..8208b7e893c4 100644 --- a/games-emulation/vbam/vbam-2.1.7.ebuild +++ b/games-emulation/vbam/vbam-2.1.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit wxwidgets xdg cmake +inherit flag-o-matic wxwidgets xdg cmake if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/visualboyadvance-m/visualboyadvance-m.git" @@ -61,6 +61,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/926080 + # https://github.com/visualboyadvance-m/visualboyadvance-m/issues/1260 + filter-lto + use wxwidgets && setup-wxwidgets local mycmakeargs=( |