mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 23:05:57 +02:00
gnu: goocanvas: Fix build with gcc@14.
* gnu/packages/gtk.scm (goocanvas) [arguments] <configure-flags>: Ignore warning on "incompatible-pointer-types". Change-Id: Iaf73e7bc701a68367528e9d7afc057f193153d4f
This commit is contained in:
@@ -2896,7 +2896,8 @@ popovers.")
|
||||
(list cairo glib gtk+ python-pygobject))
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-rebuilds"
|
||||
"--disable-static")
|
||||
"--disable-static"
|
||||
"CFLAGS=-Wno-error=incompatible-pointer-types")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-install-path
|
||||
|
||||
Reference in New Issue
Block a user