diff mbox series

[bug#65410,v2] gnu: prboom-plus: Fix build.

Message ID a77aeb1bf40a82055baa0e9762429be45ac45b4e.1692613840.git.iyzsong@member.fsf.org
State New
Headers show
Series [bug#65410,v2] gnu: prboom-plus: Fix build. | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Aug. 21, 2023, 10:31 a.m. UTC
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>:
Add "CFLAGS=-fcommon".
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 3c6b6941a2c76c26ebf0c1bfd7f901a22c19dce1

Comments

宋文武 Aug. 23, 2023, 10:59 a.m. UTC | #1
Pushed now, closing.
diff mbox series

Patch

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a5fa19fc20..e1b6dbd43b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2376,7 +2376,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