mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: prboom-plus: Fix build.
* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>: Add "CFLAGS=-fcommon".
This commit is contained in:
parent
12a25f1858
commit
59e3fbea1b
1 changed files with 1 additions and 1 deletions
|
@ -2377,7 +2377,7 @@ (define-public prboom-plus
|
|||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-cpu-opt")
|
||||
'(#:configure-flags '("--disable-cpu-opt" "CFLAGS=-fcommon")
|
||||
#:make-flags `(,(string-append "gamesdir="
|
||||
(assoc-ref %outputs "out") "/bin"))
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue