mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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 @@ (define-public chocolate-doom
|
||||||
(base32
|
(base32
|
||||||
"1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
|
"1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags (list "CFLAGS=-fcommon")))
|
||||||
(inputs `(("sdl2-net" ,sdl2-net)
|
(inputs `(("sdl2-net" ,sdl2-net)
|
||||||
("sdl2-mixer" , sdl2-mixer)
|
("sdl2-mixer" , sdl2-mixer)
|
||||||
("sdl2" ,sdl2)))
|
("sdl2" ,sdl2)))
|
||||||
|
|
Loading…
Reference in a new issue