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

commit fdc4f42dc366f6b052fd6e3169192c87118c04b1
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Sun Jan 5 13:31:10 2025 +0100

    gnu: midori: Fix build with gcc-14.
    
    * gnu/packages/web-browsers.scm (midori)[arguments]: Add #:configure-flags 
to
    relax gcc-14's strictness.
    
    Change-Id: I5495e04836fb469db9d5c418cf53ef2e653c8751
---
 gnu/packages/web-browsers.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 1154242a5a..ea56aceadb 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2021 Christopher Howard <christop...@librehacker.com>
 ;;; Copyright © 2023 Herman Rimm <her...@rimm.ee>
 ;;; Copyright © 2024 Zheng Junjie <873216...@qq.com>
+;;; Copyright © 2025 Janneke Nieuwenhuizen <jann...@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -134,6 +135,8 @@
        ((guix build cmake-build-system)
         ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
         (guix build utils))
+       #:configure-flags
+       '("-DCMAKE_C_FLAGS=-Wno-error=int-conversion")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'glib-or-gtk-compile-schemas

Reply via email to