mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05: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 @@ (define-public crispy-doom
|
|||
`(("automake" ,automake)
|
||||
("autoreconf" ,autoconf))))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("CFLAGS=-fcommon")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
;; The bundled autogen.sh script unconditionally runs ./configure.
|
||||
|
|
Loading…
Reference in a new issue