[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/246: gnu: gtksourceview-3.24.11: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
201/246: gnu: gtksourceview-3.24.11: Fix build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:37 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 749501ed6f5d1f7dd7d4b12d35cf0e06735517a8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 16:40:40 2025 +0100
gnu: gtksourceview-3.24.11: Fix build with gcc-14.
* gnu/packages/gtk.scm (gtksourceview-3)[arguments]: Add #:configure-flags
to
relax-gcc-14-strictness.
Change-Id: I160f107334cc9a5817227dd5513231933184a032
---
gnu/packages/gtk.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 59591815b9..01c55dbca5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -714,10 +714,15 @@ highlighting and other features typical of a source code
editor.")
(base32
"1zbpj283b5ycz767hqz5kdq02wzsga65pp4fykvhg8xj6x50f6v9"))))
(build-system gnu-build-system)
- (arguments (substitute-keyword-arguments (package-arguments gtksourceview)
- ((#:phases phases)
- `(modify-phases ,phases
- (delete 'disable-gtk-update-icon-cache)))))))
+ (arguments
+ (append
+ (list
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"))
+ (substitute-keyword-arguments (package-arguments gtksourceview)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (delete 'disable-gtk-update-icon-cache))))))))
(define-public gdk-pixbuf
(package
- 168/246: gnu: r-acme: Fix build with gcc-14., (continued)
- 168/246: gnu: r-acme: Fix build with gcc-14., guix-commits, 2025/01/13
- 169/246: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/13
- 184/246: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/13
- 182/246: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/01/13
- 187/246: gnu: aria2: Fix build., guix-commits, 2025/01/13
- 188/246: gnu: icu4c: Revert to 71., guix-commits, 2025/01/13
- 197/246: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/01/13
- 193/246: gnu: Add autoconf-2.72., guix-commits, 2025/01/13
- 192/246: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/01/13
- 205/246: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/01/13
- 201/246: gnu: gtksourceview-3.24.11: Fix build with gcc-14.,
guix-commits <=
- 228/246: gnu: netcdf: Fix build with gcc-14., guix-commits, 2025/01/13
- 223/246: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/13
- 206/246: gnu: cogl: Fix build with gcc-14., guix-commits, 2025/01/13
- 210/246: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/01/13
- 227/246: gnu: python-h5py: Fix build with gcc-14., guix-commits, 2025/01/13
- 202/246: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/13
- 211/246: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/01/13
- 239/246: gexp: Improve support of Unicode characters., guix-commits, 2025/01/13
- 238/246: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2025/01/13
- 232/246: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/13