gnu: prboom-plus: Fix build.
* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>: Add "CFLAGS=-fcommon".master
parent
12a25f1858
commit
59e3fbea1b
|
@ -2377,7 +2377,7 @@ Every puzzle has a complete solution, although there may be more than one.")
|
|||
#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
|
||||
|
|
Reference in New Issue