[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: |
Fri, 10 Jan 2025 10:47:50 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 46c135ae3d3840e0312cd04de2981bd54a23314a
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
- 182/246: gnu: racket-vm-cgc: Fix build with gcc-14., (continued)
- 182/246: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/01/10
- 184/246: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/10
- 186/246: gnu: python-pythran: Update to 0.17.0., guix-commits, 2025/01/10
- 188/246: gnu: icu4c: Revert to 71., guix-commits, 2025/01/10
- 210/246: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/01/10
- 209/246: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/01/10
- 199/246: gnu: mpg321: Fix build with gcc-14., guix-commits, 2025/01/10
- 200/246: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/01/10
- 217/246: gnu: midori: Fix build with gcc-14., guix-commits, 2025/01/10
- 236/246: gnu: python-jose: Fix build., guix-commits, 2025/01/10
- 201/246: gnu: gtksourceview-3.24.11: Fix build with gcc-14.,
guix-commits <=
- 205/246: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/01/10
- 246/246: gnu: gettext: Update to 0.23.1., guix-commits, 2025/01/10
- 216/246: gnu: gnome-recipes: Fix build with gcc-14., guix-commits, 2025/01/10
- 228/246: gnu: netcdf: Fix build with gcc-14., guix-commits, 2025/01/10
- 214/246: gnu: gsequencer: Update to 7.4.12; fixes build with gcc-14., guix-commits, 2025/01/10
- 225/246: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/01/10
- 242/246: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/01/10
- 231/246: gnu: beancount: Fix build., guix-commits, 2025/01/10
- 237/246: guix: build-system: cmake: Rework cross compilation., guix-commits, 2025/01/10
- 220/246: gnu: icedtea-7: Fix build with gcc-14., guix-commits, 2025/01/10