diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-17 21:17:21 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-18 05:30:00 +0000 |
commit | 56c21df07b0c1c8ff6b606c2b4284dd62eaa0c23 (patch) | |
tree | 71d4bd9e759a821452bbc4791eb25ea333cca0d5 /games-sports | |
parent | media-sound/dvda-author: mark as LTO-unsafe (diff) | |
download | gentoo-56c21df07b0c1c8ff6b606c2b4284dd62eaa0c23.tar.gz gentoo-56c21df07b0c1c8ff6b606c2b4284dd62eaa0c23.tar.bz2 gentoo-56c21df07b0c1c8ff6b606c2b4284dd62eaa0c23.zip |
games-sports/bygfoot: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/859232
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild b/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild index add177573fb6..d73d04ec60fe 100644 --- a/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild +++ b/games-sports/bygfoot/bygfoot-2.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop vcs-clean +inherit desktop flag-o-matic vcs-clean DESCRIPTION="GTK+2 Soccer Management Game" HOMEPAGE="https://bygfoot.sourceforge.io/new/" @@ -29,6 +29,14 @@ PATCHES=( ) src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/859232 + # + # Upstream sourceforge is inactive since 2021, and even that was a java port. + # The gtk / C project was last touched in 2014. Even if upstream was still + # around, it does not seem worth discussing the production C version. + filter-lto + econf --disable-gstreamer } |