me
/
guix
Archived
1
0
Fork 0

gnu: prboom-plus: Fix build.

* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>:
Add "CFLAGS=-fcommon".
master
宋文武 2023-08-21 18:31:12 +08:00
parent 12a25f1858
commit 59e3fbea1b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 1 additions and 1 deletions

View File

@ -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