From fe5777553eb7e9cf64c0526ba194b831cb455f38 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 27 Jul 2024 23:19:33 +0100 Subject: [PATCH] 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 --- 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 33e6f56e86679..baab848c22366 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