mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: folks: Fix build with gcc-14.
* gnu/packages/gnome.scm (folks)[arguments]: Add phase "relax-gcc-14-strictness". Change-Id: I1d9bc4ee914a0b6ffdabced3fa8febee5feacc30
This commit is contained in:
parent
5ca468b358
commit
fa18ec718a
1 changed files with 7 additions and 1 deletions
|
@ -11021,7 +11021,13 @@ (define-public folks
|
|||
(lambda _
|
||||
(substitute* "meson.build"
|
||||
(("gtk_update_icon_cache: true")
|
||||
"gtk_update_icon_cache: false")))))))
|
||||
"gtk_update_icon_cache: false"))))
|
||||
(add-before 'configure 'relax-gcc-14-strictness
|
||||
(lambda _
|
||||
(setenv "CFLAGS"
|
||||
(string-append "-g -O2"
|
||||
" -Wno-error=implicit-function-declaration"
|
||||
" -Wno-error=incompatible-pointer-types")))))))
|
||||
(inputs
|
||||
(list bdb
|
||||
dbus-glib
|
||||
|
|
Loading…
Reference in a new issue