[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/246: gnu: cogl: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
206/246: gnu: cogl: Fix build with gcc-14. |
Date: |
Sun, 12 Jan 2025 10:21:47 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit f17994fdd76d48c5594fa441747bb1807a02add4
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 21:56:17 2025 +0100
gnu: cogl: Fix build with gcc-14.
* gnu/packages/gnome.scm (cogl)[arguments]: Add CFLAGS to #:configure-flags
to
relax gcc-14's strictness.
Change-Id: I05c4923c6e2ed60b892d3beef2967fff18cdeb56
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d9af95792..71fd754f44 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6336,7 +6336,10 @@ throughout GNOME for API documentation).")
wayland))
(arguments
`(#:disallowed-references (,xorg-server-for-tests)
- #:configure-flags (list "--enable-cogl-gst"
+ #:configure-flags (list ,(string-append
+ "CFLAGS=-g -O2"
+ " -Wno-error=implicit-function-declaration")
+ "--enable-cogl-gst"
"--enable-wayland-egl-platform"
"--enable-wayland-egl-server"
- 62/246: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., (continued)
- 62/246: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/12
- 69/246: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/01/12
- 159/246: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14., guix-commits, 2025/01/12
- 161/246: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/12
- 176/246: gnu: gf2x: Fix build with gcc-14., guix-commits, 2025/01/12
- 183/246: gnu: python-geventhttpclient: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/12
- 189/246: gnu: libedit: Fix build with gcc-14., guix-commits, 2025/01/12
- 190/246: gnu: ghc-8.0.2: Build with gcc-13., guix-commits, 2025/01/12
- 197/246: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/01/12
- 193/246: gnu: Add autoconf-2.72., guix-commits, 2025/01/12
- 206/246: gnu: cogl: Fix build with gcc-14.,
guix-commits <=
- 207/246: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/12
- 202/246: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/12
- 204/246: gnu: sdl-image-1.2.12: Fix build with gcc-14., guix-commits, 2025/01/12
- 201/246: gnu: gtksourceview-3.24.11: Fix build with gcc-14., guix-commits, 2025/01/12
- 203/246: gnu: ffmpeg-3.4.13: Fix build with gcc-14., guix-commits, 2025/01/12
- 211/246: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/01/12
- 210/246: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/01/12
- 219/246: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/12
- 222/246: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/12
- 223/246: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/12