From 12a25f1858a8b8987eda5fa1041c368e232c4163 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sun, 20 Aug 2023 19:21:30 +0800 Subject: 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(-) (limited to 'gnu/packages/games.scm') 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 @@ (define-public tetrinet (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 -- cgit v1.2.3