commit:     fe5777553eb7e9cf64c0526ba194b831cb455f38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 22:19:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 22:19:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe577755

x11-libs/fox: filter LTO

Has strict aliasing issues. The website has:
> Tentative alias_cast() template may be used for shutting up GCC alias 
> warnings. This means type-punning related warnings are now properly 
> suppressed.
which isn't promising.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/fox/fox-1.7.84.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-libs/fox/fox-1.7.84.ebuild b/x11-libs/fox/fox-1.7.84.ebuild
index 33e6f56e8667..baab848c2236 100644
--- a/x11-libs/fox/fox-1.7.84.ebuild
+++ b/x11-libs/fox/fox-1.7.84.ebuild
@@ -65,6 +65,8 @@ src_prepare() {
 }
 
 src_configure() {
+       filter-lto
+
        use debug || append-cppflags -DNDEBUG
 
        # Not using --enable-release because of the options it sets like no SSP

Reply via email to