From a987ed7dfb7e065f72a27b5a465e3319c5e80703 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 11 Oct 2022 04:21:40 -0400 Subject: games-arcade/xscavenger: pass -std=gnu89 Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens --- games-arcade/xscavenger/xscavenger-1.4.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games-arcade') diff --git a/games-arcade/xscavenger/xscavenger-1.4.5.ebuild b/games-arcade/xscavenger/xscavenger-1.4.5.ebuild index 3564676ebb08..d8525d0d2ccd 100644 --- a/games-arcade/xscavenger/xscavenger-1.4.5.ebuild +++ b/games-arcade/xscavenger/xscavenger-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ PATCHES=( src_compile() { tc-export CC + append-cflags -std=gnu89 # old codebase, incompatible with c2x # skip using imake for simplicity local cppargs=( -- cgit v1.2.3-65-gdbad