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 744CA15ACFB for ; Thu, 27 Apr 2023 10:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE970E088A; Thu, 27 Apr 2023 10:27:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 917EFE088A for ; Thu, 27 Apr 2023 10:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B77133BE33 for ; Thu, 27 Apr 2023 10:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35505A4C for ; Thu, 27 Apr 2023 10:27:12 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1682591180.dce4c2d2b08d1d4e1dc6198ce123cd913a53395f.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc/gcc-12.1.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: dce4c2d2b08d1d4e1dc6198ce123cd913a53395f X-VCS-Branch: master Date: Thu, 27 Apr 2023 10:27:12 +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: 179277fb-0db1-4d70-8733-6a9b4e2d2873 X-Archives-Hash: d59838c1bf16360fa436355efe3a4f6e commit: dce4c2d2b08d1d4e1dc6198ce123cd913a53395f Author: Fabian Groffen gentoo org> AuthorDate: Thu Apr 27 10:26:20 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Apr 27 10:26:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dce4c2d2 sys-devel/gcc-12.1.0: drop no-pie compile-fix for Darwin Signed-off-by: Fabian Groffen gentoo.org> sys-devel/gcc/gcc-12.1.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-devel/gcc/gcc-12.1.0.ebuild b/sys-devel/gcc/gcc-12.1.0.ebuild index 9b85f3d9aa..d8cf7dbed5 100644 --- a/sys-devel/gcc/gcc-12.1.0.ebuild +++ b/sys-devel/gcc/gcc-12.1.0.ebuild @@ -41,6 +41,12 @@ src_unpack() { } src_prepare() { + if [[ ${CHOST} == *-darwin* ]] ; then + # https://bugs.gentoo.org/898610#c17 + # kill no_pie patch, it breaks things here + rm "${WORKDIR}"/patch/09_all_nopie-all-flags.patch || die + fi + toolchain_src_prepare eapply_user