mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 03:00:35 +02:00
gnu: xshogi: Fix build.
* gnu/packages/games.scm (xshogi)[#:configure-flags]: Add "CFLAGS=-Wno-error=implicit-function-declaration". Change-Id: I5b60c577090f979098a923bc9f95e8d61dd0b41c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
b422f0c493
commit
13f29e11fd
@@ -3733,6 +3733,10 @@ equipped with spoken co-driver notes and co-driver icons.")
|
||||
(base32
|
||||
"1dns0nhymak44by18sv48m4xb2skiwbi2i3nb9hl6w9iwd2i2brf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "CFLAGS=-Wno-error=implicit-function-declaration")))
|
||||
(inputs
|
||||
(list libxaw libxt))
|
||||
(home-page "https://www.gnu.org/software/gnushogi/")
|
||||
|
||||
Reference in New Issue
Block a user