1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-recipes: Fix build with gcc-14.

* gnu/packages/gnome.scm (gnome-recipes)[arguments]: Add phase
"relax-gcc-14-strictness".

Change-Id: I1d9bc4ee914a0b6ffdabced3fa8febee5feacc30
This commit is contained in:
Janneke Nieuwenhuizen
2025-01-05 13:24:43 +01:00
committed by Andreas Enge
parent 9667f6adcd
commit ce85fa139f

View File

@@ -811,7 +811,13 @@ patterns.")
(lambda _
(copy-recursively
#$(this-package-native-input "libgd-checkout")
"subprojects/libgd"))))))
"subprojects/libgd")))
(add-before 'configure 'relax-gcc-14-strictness
(lambda _
(setenv "CFLAGS"
(string-append
"-g -O2"
" -Wno-error=incompatible-pointer-types")))))))
(inputs (list glib
gnome-autoar
gnome-online-accounts