guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: tetrinet: Fix build.


From: guix-commits
Subject: 11/16: gnu: tetrinet: Fix build.
Date: Wed, 23 Aug 2023 06:58:35 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 12a25f1858a8b8987eda5fa1041c368e232c4163
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 20 19:21:30 2023 +0800

    gnu: tetrinet: Fix build.
    
    * gnu/packages/games.scm (tetrinet)[arguments]: Add '-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 7cc9205959..34558eb712 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -713,7 +713,8 @@ canyons and wait for the long I-shaped block to clear four 
rows at a time.")
      (list ncurses))
     (arguments
      `(#:tests? #f                      ;no tests
-       #:make-flags '("CC=gcc")
+       #:make-flags '("CC=gcc"
+                      "CFLAGS=-O2 -DHAVE_IPV6 -g -Wall -fcommon")
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)            ;no configure script



reply via email to

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