guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: crispy-doom: Fix build.


From: guix-commits
Subject: 04/07: gnu: crispy-doom: Fix build.
Date: Thu, 16 Sep 2021 04:47:40 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 7ceafdf0726e118dd6d6e00e5f5f9e03b13082c1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Sep 16 10:31:25 2021 +0200

    gnu: crispy-doom: Fix build.
    
    * gnu/packages/games.scm (crispy-doom)[arguments]: Pass '-fcommon' to 
CFLAGS.
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9090fb6..ca28ec0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7509,7 +7509,8 @@ affect gameplay).")
       `(("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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]