From 1f01028ef5e3ef67fc8fc30b12779cc0cc68b4fa Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 1 Aug 2025 16:12:26 +0200 Subject: [PATCH] gnu: gtksheet: Fix build with gcc-14. * gnu/packages/gtk.scm (gtksheet)[arguments]<#:configure-flags>: Expand CFLAGS. Change-Id: Ieac93c560566832b1cff413fa7aee37a9175135d --- gnu/packages/gtk.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 44620c186aa..c0d54bfe18d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2899,9 +2899,11 @@ library for drawing.") "13jwr1vly4ga3f09dajwky1cdrz5bmggwga3vnnd6j6zzia7dpyr")))) (build-system gnu-build-system) (arguments - `(#:configure-flags (list "--enable-glade" - "--enable-introspection" - "CFLAGS=-fcommon") + `(#:configure-flags + (list + "--enable-glade" + "--enable-introspection" + "CFLAGS=-fcommon -Wno-error=incompatible-pointer-types") #:phases (modify-phases %standard-phases ;; The "configure" script is present, but otherwise the project is