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 6E1A11581EC for ; Wed, 20 Nov 2024 15:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1FABE07D4; Wed, 20 Nov 2024 15:17:30 +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 89AF8E07D4 for ; Wed, 20 Nov 2024 15:17:30 +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 A15CA340C40 for ; Wed, 20 Nov 2024 15:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4013A18C4 for ; Wed, 20 Nov 2024 15:17: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: <1732115842.2b85a66057bd2110bc06343ebfbd63cfed648757.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/motif/motif-2.3.8-r6.ebuild X-VCS-Directories: x11-libs/motif/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2b85a66057bd2110bc06343ebfbd63cfed648757 X-VCS-Branch: master Date: Wed, 20 Nov 2024 15:17: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: 0270216e-0e5c-45e1-99b7-34dc75e66715 X-Archives-Hash: b5e2be91620b00446f9abf149a6ee9a2 commit: 2b85a66057bd2110bc06343ebfbd63cfed648757 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 20 15:07:28 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 20 15:17:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b85a660 x11-libs/motif: Compile with gnu17 standard Closes: https://bugs.gentoo.org/944097 Closes: https://bugs.gentoo.org/944107 Signed-off-by: Ulrich Müller gentoo.org> x11-libs/motif/motif-2.3.8-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/motif/motif-2.3.8-r6.ebuild b/x11-libs/motif/motif-2.3.8-r6.ebuild index e8684f6a1b3a..b48da0a32d4d 100644 --- a/x11-libs/motif/motif-2.3.8-r6.ebuild +++ b/x11-libs/motif/motif-2.3.8-r6.ebuild @@ -54,7 +54,7 @@ src_prepare() { filter-lto # feel free to fix properly if you care - append-flags -fno-strict-aliasing + append-flags -std=gnu17 -fno-strict-aliasing # for Solaris Xos_r.h :( [[ ${CHOST} == *-solaris2.11 ]] \