mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
108b7d5381
commit
1f01028ef5
1 changed files with 5 additions and 3 deletions
|
@ -2899,9 +2899,11 @@ library for drawing.")
|
|||
"13jwr1vly4ga3f09dajwky1cdrz5bmggwga3vnnd6j6zzia7dpyr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-glade"
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"--enable-glade"
|
||||
"--enable-introspection"
|
||||
"CFLAGS=-fcommon")
|
||||
"CFLAGS=-fcommon -Wno-error=incompatible-pointer-types")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; The "configure" script is present, but otherwise the project is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue