diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-17 20:38:29 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-18 05:29:58 +0000 |
commit | 5d6e486199ed2e73f926865feeb23e70d1fbb312 (patch) | |
tree | 0ab69ae527170c7ae81cd23136cdd3d2df56e7ee | |
parent | media-sound/bristol: update EAPI 7 -> 8 (diff) | |
download | gentoo-5d6e486199ed2e73f926865feeb23e70d1fbb312.tar.gz gentoo-5d6e486199ed2e73f926865feeb23e70d1fbb312.tar.bz2 gentoo-5d6e486199ed2e73f926865feeb23e70d1fbb312.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-sound/bristol/bristol-0.60.11-r3.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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 |