andreas pushed a commit to branch core-packages-team
in repository guix.

commit 867df6319d99bb3d8bc3e1df91226718161f02c6
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Thu Jan 2 19:26:00 2025 +0100

    gnu: colord-minimal: Fix build with gcc-14.
    
    * gnu/packages/gnome.scm (colord-minimal)[arguments]: Add phase
    "relax-gcc-14-strictness".
    
    Change-Id: I0c91b7bb16a1ee80db1757626c0025ebde652f3a
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e99be8bad..6a74a84e90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5769,6 +5769,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

Reply via email to