app-emulation/xtrs: Fix build with GCC 15

Closes: https://bugs.gentoo.org/944243
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller 2024-11-21 10:11:28 +01:00
parent b9f705d4ce
commit a9a9f1e724
No known key found for this signature in database
GPG Key ID: 5188335088415E2E

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -41,6 +41,7 @@ src_prepare() {
}
src_compile() {
append-flags -std=gnu17
case $(tc-endian) in
little) ;;
big) append-flags -Dbig_endian ;;