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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 288F11580FD for ; Fri, 27 Dec 2024 18:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE2DE07D1; Fri, 27 Dec 2024 18:07:31 +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 53E4AE07D1 for ; Fri, 27 Dec 2024 18:07:31 +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 64DB8335DEB for ; Fri, 27 Dec 2024 18:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE41910CC for ; Fri, 27 Dec 2024 18:07:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1735322814.644f565cd79e261ff10ea2c490e6869c12179c17.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/emacs/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-editors/emacs/emacs-23.4-r21.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 644f565cd79e261ff10ea2c490e6869c12179c17 X-VCS-Branch: master Date: Fri, 27 Dec 2024 18:07:28 +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: f454feaf-8f77-40f2-b4ad-6415a0e328fd X-Archives-Hash: 1961e4c87ac2ce7a5a661f5977e5f652 commit: 644f565cd79e261ff10ea2c490e6869c12179c17 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 27 18:06:54 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 27 18:06:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=644f565c app-editors/emacs: Fix compilation of 23.4 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-23.4-r21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-23.4-r21.ebuild b/app-editors/emacs/emacs-23.4-r21.ebuild index c1140ba..dd70dda 100644 --- a/app-editors/emacs/emacs-23.4-r21.ebuild +++ b/app-editors/emacs/emacs-23.4-r21.ebuild @@ -118,7 +118,7 @@ src_prepare() { src_configure() { strip-flags filter-flags -fstrict-aliasing -pie - append-flags $(test-flags -fno-strict-aliasing) + append-flags -std=gnu17 -fno-strict-aliasing -Wno-implicit append-ldflags $(test-flags -no-pie) #639568 replace-flags "-O[3-9]" -O2