[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: alex4: Fix build.
From: |
guix-commits |
Subject: |
10/16: gnu: alex4: Fix build. |
Date: |
Wed, 23 Aug 2023 06:58:34 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 9393ce89ab967823ef693915ed30d4d04a8fc818
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 20 18:38:49 2023 +0800
gnu: alex4: Fix build.
* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 10a3b919ba..7cc9205959 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -430,7 +430,7 @@ mouse and joystick control, and original music.")
`(#:tests? #f ; no check target
#:make-flags
(list "CC=gcc"
- "CFLAGS=-D_FILE_OFFSET_BITS=64"
+ "CFLAGS=-D_FILE_OFFSET_BITS=64 -fcommon"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
- branch master updated (f4d0d0bd5e -> 3ce3466311), guix-commits, 2023/08/23
- 02/16: gnu: libime: Update to 1.1.0., guix-commits, 2023/08/23
- 03/16: gnu: fcitx5-gtk: Update to 5.1.0., guix-commits, 2023/08/23
- 06/16: gnu: fcitx5-chinese-addons: Update to 5.1.0., guix-commits, 2023/08/23
- 08/16: gnu: fcitx5-rime: Update to 5.1.1., guix-commits, 2023/08/23
- 10/16: gnu: alex4: Fix build.,
guix-commits <=
- 01/16: gnu: fcitx5: Update to 5.1.0., guix-commits, 2023/08/23
- 04/16: gnu: fcitx5-qt: Update to 5.1.0., guix-commits, 2023/08/23
- 05/16: gnu: fcitx5-anthy: Update to 5.1.0., guix-commits, 2023/08/23
- 07/16: gnu: fcitx5-configtool: Update to 5.1.0., guix-commits, 2023/08/23
- 09/16: gnu: naev: Fix build., guix-commits, 2023/08/23
- 12/16: gnu: prboom-plus: Fix build., guix-commits, 2023/08/23
- 14/16: gnu: weechat: Update to 4.0.4., guix-commits, 2023/08/23
- 11/16: gnu: tetrinet: Fix build., guix-commits, 2023/08/23
- 13/16: gnu: sic: Update to 1.3., guix-commits, 2023/08/23
- 15/16: gnu: screen: Update to 4.9.1., guix-commits, 2023/08/23