~ruther/guix-local

d04a3407b9fabd6c2a65922e6251d195654d283b — Fabio Natali 9 months ago 8c1f1d6
gnu: unclutter: Fix build with GCC 14.

* gnu/packages/xdisorg.scm (unclutter): Add flags to relax GCC 14's checks.

Change-Id: I6a8d6d4cac915f617c4e0faffe3f8753c2a45921
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +6 -0
@@ 1267,6 1267,12 @@ include cursor in the resulting image.")
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f                      ; no check target
       #:make-flags
       (list (string-append "CFLAGS=-g -O2 "
                            ;; Relax GCC 14's checks.
                            "-Wno-error=implicit-int "
                            "-Wno-error=builtin-declaration-mismatch "
                            "-Wno-error=implicit-function-declaration"))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure)