From 58d3c8bb1ee42bcca05ba05187748c9e130cab67 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sat, 11 Sep 2021 19:50:20 +0000 Subject: gnu: chocolate-doom: Fix compilation with GCC 10. * gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to CFLAGS. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/games.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/games.scm') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e60987d834..410dccafdc 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7467,6 +7467,8 @@ online.") (base32 "1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl")))) (build-system gnu-build-system) + (arguments + `(#:configure-flags (list "CFLAGS=-fcommon"))) (inputs `(("sdl2-net" ,sdl2-net) ("sdl2-mixer" , sdl2-mixer) ("sdl2" ,sdl2))) -- cgit 1.4.1