guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: chocolate-doom: Fix compilation


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: chocolate-doom: Fix compilation with GCC 10.
Date: Sun, 12 Sep 2021 03:44:39 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 58d3c8b  gnu: chocolate-doom: Fix compilation with GCC 10.
58d3c8b is described below

commit 58d3c8bb1ee42bcca05ba05187748c9e130cab67
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Sep 11 19:50:20 2021 +0000

    gnu: chocolate-doom: Fix compilation with GCC 10.
    
    * gnu/packages/games.scm (chocolate-doom)[arguments]: Pass '-fcommon' to
      CFLAGS.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e60987d..410dcca 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7467,6 +7467,8 @@ online.")
                (base32
                 "1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags (list "CFLAGS=-fcommon")))
     (inputs `(("sdl2-net" ,sdl2-net)
               ("sdl2-mixer" , sdl2-mixer)
               ("sdl2" ,sdl2)))



reply via email to

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