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

gnu: murrine: Fix build with GCC 14.

* gnu/packages/gtk.scm (murrine)[arguments]<#:configure-flags>: Add
CFLAGS with '-Wno-error=implicit-function-declaration'.

Change-Id: I48906f707decd9bd7d904ca6a85994b88390307d
This commit is contained in:
Jussi Timperi
2025-07-22 16:53:00 +03:00
committed by Andreas Enge
parent e0c3861901
commit 082d152cbe

View File

@@ -2512,7 +2512,9 @@ Redmond95 and ThinIce.")
(arguments
`(#:configure-flags
`("--enable-animation"
"--enable-animationrtl")))
"--enable-animationrtl"
;; Relax GCC 14's checks.
"CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
(native-inputs
(list pkg-config intltool))
(propagated-inputs