From 2b85a66057bd2110bc06343ebfbd63cfed648757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Wed, 20 Nov 2024 16:07:28 +0100 Subject: [PATCH] x11-libs/motif: Compile with gnu17 standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/944097 Closes: https://bugs.gentoo.org/944107 Signed-off-by: Ulrich Müller --- 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 e8684f6a1b3a6..b48da0a32d4d9 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 ]] \