me
/
guix
Archived
1
0
Fork 0

gnu: gnugo: Fix compiling with gcc 10.

* gnu/packages/games.scm (gnugo)[arguments]: Add '-fcommon' to CFLAGS.
master
Guillaume Le Vaillant 2021-10-04 16:57:54 +02:00
parent 4596fb2d4c
commit df897e1dae
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 1 deletions

View File

@ -3817,7 +3817,10 @@ either by Infocom or created using the Inform compiler.")
(base32
"0wkahvqpzq6lzl5r49a4sd4p52frdmphnqsfdv7gdp24bykdfs6s"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(inputs
`(("readline" ,readline)))
(arguments
`(#:configure-flags '("CFLAGS=-fcommon")))
(synopsis "Play the game of Go")
(description
"GNU Go is a program that plays the game of Go, in which players