guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

79/246: gnu: gdl: Fix build with gcc-14.


From: guix-commits
Subject: 79/246: gnu: gdl: Fix build with gcc-14.
Date: Sun, 12 Jan 2025 10:21:28 -0500 (EST)

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

commit f0f778a669934df7d9721b04234adc0776995e0e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 30 18:53:54 2024 +0100

    gnu: gdl: Fix build with gcc-14.
    
    * gnu/packages/gnome.scm (gdl)[arguments]: New field to relax gcc-14's 
strictness.
    
    Change-Id: I782c112c28841bf2b3b277cfda05bf2a1871b8a1
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6236d69b90..72c01e7bf8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2559,6 +2559,9 @@ GNOME Desktop.")
                (base32
                 "11hp93gqk7m64h84q5hndzlwj4w6hl0cbmzrk2pkdn04ikm2zj4v"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:configure-flags
+           #~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
     (native-inputs
      (list autoconf
            automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]