From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77C1A158095 for ; Thu, 4 Aug 2022 07:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17CD5E0CB8; Thu, 4 Aug 2022 07:12:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E57C3E0CB8 for ; Thu, 4 Aug 2022 07:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C169034115E for ; Thu, 4 Aug 2022 07:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4697D562 for ; Thu, 4 Aug 2022 07:12:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1659596683.a19c006e1cf58d10c82fe9a944b490780cbddcc0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/gzdoom/gzdoom-4.8.2.ebuild X-VCS-Directories: games-fps/gzdoom/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a19c006e1cf58d10c82fe9a944b490780cbddcc0 X-VCS-Branch: master Date: Thu, 4 Aug 2022 07:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0e21876-3ff8-43a2-8570-f4d607be7e0a X-Archives-Hash: 6dca0d3c8a2635d5fb7a9757e658075e commit: a19c006e1cf58d10c82fe9a944b490780cbddcc0 Author: William Breathitt Gray gmail com> AuthorDate: Fri Jul 22 20:36:23 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 4 07:04:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19c006e games-fps/gzdoom: Filter LTO and disable strict aliasing Closes: https://bugs.gentoo.org/858749 Signed-off-by: William Breathitt Gray gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26525 Signed-off-by: Joonas Niilola gentoo.org> games-fps/gzdoom/gzdoom-4.8.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games-fps/gzdoom/gzdoom-4.8.2.ebuild b/games-fps/gzdoom/gzdoom-4.8.2.ebuild index f697ad1bc5eb..ab1b0da8c59c 100644 --- a/games-fps/gzdoom/gzdoom-4.8.2.ebuild +++ b/games-fps/gzdoom/gzdoom-4.8.2.ebuild @@ -44,6 +44,10 @@ src_prepare() { } src_configure() { + # https://bugs.gentoo.org/858749 + filter-lto + append-flags -fno-strict-aliasing + local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF -DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${PF}"