mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
b9f705d4ce
commit
a9a9f1e724
@ -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 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user