~ruther/guix-local

36755581c114e4134abbe09faf16c1744614a719 — Zheng Junjie 11 months ago 0e6b607
gnu: gnome-vfs: Fix build with gcc-14.

* gnu/packages/gnome.scm (gnome-vfs):
[arguments]<#:configure-flags>: Add CFLAGS to relax gcc-14's strictness.

Change-Id: Ied920c9a700cc68f8f8c8cde2c850c5af19d1212
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +6 -1
@@ 4114,7 4114,12 @@ designed to be accessed through the MIME functions in GnomeVFS.")
                "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases
     `(#:configure-flags
       ;; Add CFLAGS to relax gcc-14's strictness.
       (list (string-append
              "CFLAGS=-g -O2"
              " -Wno-error=implicit-function-declaration"))
       #:phases
       (modify-phases %standard-phases
         (add-before 'configure 'ignore-deprecations
           (lambda _