gnu: gtksheet: Fix build with gcc-14.

* gnu/packages/gtk.scm (gtksheet)[arguments]<#:configure-flags>: Expand
CFLAGS.

Change-Id: Ieac93c560566832b1cff413fa7aee37a9175135d
This commit is contained in:
Andreas Enge 2025-08-01 16:12:26 +02:00
parent 108b7d5381
commit 1f01028ef5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2899,9 +2899,11 @@ library for drawing.")
"13jwr1vly4ga3f09dajwky1cdrz5bmggwga3vnnd6j6zzia7dpyr")))) "13jwr1vly4ga3f09dajwky1cdrz5bmggwga3vnnd6j6zzia7dpyr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list "--enable-glade" `(#:configure-flags
"--enable-introspection" (list
"CFLAGS=-fcommon") "--enable-glade"
"--enable-introspection"
"CFLAGS=-fcommon -Wno-error=incompatible-pointer-types")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
;; The "configure" script is present, but otherwise the project is ;; The "configure" script is present, but otherwise the project is