gnu: tetrinet: Fix build.
* gnu/packages/games.scm (tetrinet)[arguments]: Add '-fcommon' to CFLAGS.
This commit is contained in:
parent
9393ce89ab
commit
12a25f1858
@ -713,7 +713,8 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
|
|||||||
(list ncurses))
|
(list ncurses))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
#:make-flags '("CC=gcc")
|
#:make-flags '("CC=gcc"
|
||||||
|
"CFLAGS=-O2 -DHAVE_IPV6 -g -Wall -fcommon")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure script
|
(delete 'configure) ;no configure script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user