From 72d7e048ae88be323a380e2eae52dfda0b2dc1c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 11 Mar 2024 18:45:56 +0000 Subject: gentoo auto-resync : 11:03:2024 - 18:45:56 --- x11-misc/xfractint/xfractint-20.04_p16.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'x11-misc/xfractint/xfractint-20.04_p16.ebuild') diff --git a/x11-misc/xfractint/xfractint-20.04_p16.ebuild b/x11-misc/xfractint/xfractint-20.04_p16.ebuild index 0e7b98b42567..af6790581497 100644 --- a/x11-misc/xfractint/xfractint-20.04_p16.ebuild +++ b/x11-misc/xfractint/xfractint-20.04_p16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P=${P/_} @@ -28,6 +28,14 @@ PATCHES=( ) src_compile() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/864759 + # Reported to developer list at + # https://mailman.xmission.com/postorius/lists/fractdev.mailman.xmission.com/ + # + # Do not trust for LTO either + append-flags -fno-strict-aliasing + filter-lto emake CC="$(tc-getCC)" AS="$(tc-getAS)" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}" } -- cgit v1.2.3