From 59970d0b9cd0a564851f255aebb29a9f76e39c19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Oct 2022 13:38:21 +0100 Subject: gentoo auto-resync : 11:10:2022 - 13:38:21 --- games-action/xpilot/xpilot-4.5.5-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games-action/xpilot/xpilot-4.5.5-r1.ebuild') diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild index e76581df3051..9ecd8ae3d47c 100644 --- a/games-action/xpilot/xpilot-4.5.5-r1.ebuild +++ b/games-action/xpilot/xpilot-4.5.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop toolchain-funcs +inherit desktop flag-o-matic toolchain-funcs DESCRIPTION="Multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/" @@ -49,6 +49,8 @@ src_prepare() { } src_configure() { + append-cflags -std=gnu89 # old codebase, incompatible with c2x + CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \ IMAKECPP="${IMAKECPP:-${CHOST}-gcc -E}" xmkmf -a || die } -- cgit v1.2.3