mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: colord-minimal: Fix build with gcc-14.
* gnu/packages/gnome.scm (colord-minimal)[arguments]: Add phase "relax-gcc-14-strictness". Change-Id: I0c91b7bb16a1ee80db1757626c0025ebde652f3a
This commit is contained in:
parent
bd9da5f0a3
commit
922fe03dfe
1 changed files with 4 additions and 0 deletions
|
@ -5774,6 +5774,10 @@ file.")
|
|||
(not (target-little-endian?))))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'relax-gcc-14-strictness
|
||||
(lambda _
|
||||
(setenv "CFLAGS"
|
||||
"-g -O2 -Wno-error=incompatible-pointer-types")))
|
||||
(add-after 'unpack 'disable-problematic-tests
|
||||
(lambda _
|
||||
;; Skip the colord-test-private, which requires a *system* D-Bus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue