commit: 5d6e486199ed2e73f926865feeb23e70d1fbb312 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Mar 18 00:38:29 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 18 05:29:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e4861
media-sound/bristol: mark as LTO-unsafe Upstream project is dead, not worth submitting a ticket to sourceforge. Closes: https://bugs.gentoo.org/860447 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/bristol/bristol-0.60.11-r3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-sound/bristol/bristol-0.60.11-r3.ebuild b/media-sound/bristol/bristol-0.60.11-r3.ebuild index 3a637123b0a5..9058db52ef35 100644 --- a/media-sound/bristol/bristol-0.60.11-r3.ebuild +++ b/media-sound/bristol/bristol-0.60.11-r3.ebuild @@ -40,6 +40,13 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/860447 + # + # Upstream is dead. The last release was in 2013 and the last maintainer + # comment on discussions was 2020. + filter-lto + tc-export PKG_CONFIG append-cflags -fcommon
