mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
e0c3861901
commit
082d152cbe
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue