[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63206: [PATCH] gnu: gnushogi: Fix build.
From: |
Ludovic Courtès |
Subject: |
bug#63206: [PATCH] gnu: gnushogi: Fix build. |
Date: |
Wed, 14 Jun 2023 23:20:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
gemmaro <gemmaro.dev@gmail.com> skribis:
> * gnu/packages/games.scm (gnushogi)
> [source]: Fix warnings by prefixing "__FUNCTION__" with "__extension__".
> [arguments]: Turn off some GCC warnings in C flags.
> Set the linker flag to build the program.
> Skip the "--enable-fast-install" flag in the configure phase.
> Enable the "sizetest" test in the check phase.
> [synopsis]: Remove "The" so that the sentence doesn't start with it.
Applied, thanks!
Ludo’.