mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: crispy-doom: Fix build.
* gnu/packages/games.scm (crispy-doom)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
parent
bbdc4d7347
commit
7ceafdf072
1 changed files with 2 additions and 1 deletions
|
@ -7509,7 +7509,8 @@ affect gameplay).")
|
||||||
`(("automake" ,automake)
|
`(("automake" ,automake)
|
||||||
("autoreconf" ,autoconf))))
|
("autoreconf" ,autoconf))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:configure-flags '("CFLAGS=-fcommon")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
;; The bundled autogen.sh script unconditionally runs ./configure.
|
;; The bundled autogen.sh script unconditionally runs ./configure.
|
||||||
|
|
Loading…
Add table
Reference in a new issue