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 <glv@posteo.net>master
parent
99a7bc993d
commit
58d3c8bb1e
|
@ -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)))
|
||||
|
|
Reference in New Issue