mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
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>
This commit is contained in:
parent
99a7bc993d
commit
58d3c8bb1e
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue