diff options
author | 2024-11-20 16:07:28 +0100 | |
---|---|---|
committer | 2024-11-20 16:17:22 +0100 | |
commit | 2b85a66057bd2110bc06343ebfbd63cfed648757 (patch) | |
tree | 70aa421b07a248fc5bc49fbfc0efbed94f68baf1 | |
parent | sys-fs/lvm2: Stabilize 2.03.22-r6 hppa, #943685 (diff) | |
download | gentoo-2b85a66057bd2110bc06343ebfbd63cfed648757.tar.gz gentoo-2b85a66057bd2110bc06343ebfbd63cfed648757.tar.bz2 gentoo-2b85a66057bd2110bc06343ebfbd63cfed648757.zip |
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 <ulm@gentoo.org>
-rw-r--r-- | x11-libs/motif/motif-2.3.8-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]] \ |