me
/
guix
Archived
1
0
Fork 0

gnu: tetrinet: Fix build.

* gnu/packages/games.scm (tetrinet)[arguments]: Add '-fcommon' to CFLAGS.
master
宋文武 2023-08-20 19:21:30 +08:00
parent 9393ce89ab
commit 12a25f1858
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 1 deletions

View File

@ -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