mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user