From 82fd88ea93e273f4b02580552f808b6305d1e840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Mar 2024 19:01:21 +0000 Subject: gentoo auto-resync : 26:03:2024 - 19:01:20 --- sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild') diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild index f3adae2ed197..827b33bc27b7 100644 --- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild +++ b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 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_PV=${PV%_p*} @@ -29,6 +29,15 @@ PATCHES=( ) src_compile() { + # -Werror=strict-alising + # https://bugs.gentoo.org/863893 + # Upstream is entirely dead (since 2006!) and apple's opensource dump isn't + # exactly where you go to report (0) bugs to an automated feed. + # + # Do not trust with LTO either. + append-flags -fno-strict-aliasing + filter-lto + emake -f Makefile.lnx AR="$(tc-getAR)" CC="$(tc-getCC)" } -- cgit v1.2.3