[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/300: gnu: vorbis-tools: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
191/300: gnu: vorbis-tools: Fix build with gcc-14. |
Date: |
Wed, 26 Mar 2025 18:36:56 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 5f5000996de9cb7c5d3433618caa56c2b0691fd9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 16:32:15 2025 +0100
gnu: vorbis-tools: Fix build with gcc-14.
* gnu/packages/xiph.scm (vorbis-tools)[arguments]: New field to relax
gcc-14's
strictness.
Change-Id: Ie72a0d1c09826d7d35e3d214af41fd0ad8455aa9
---
gnu/packages/xiph.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index e6cbc2b54e..71b3fcd85d 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
-;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -337,6 +337,10 @@ Kate stream.")
(base32
"1c7h4ivgfdyygz2hyh6nfibxlkz8kdk868a576qkkjgj5gn78xyv"))))
(build-system gnu-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")))
(inputs (list ao
curl
flac
- 133/300: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., (continued)
- 133/300: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/03/26
- 135/300: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/03/26
- 108/300: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/03/26
- 154/300: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14., guix-commits, 2025/03/26
- 171/300: gnu: gf2x: Fix build with gcc-14., guix-commits, 2025/03/26
- 168/300: gnu: python-datrie: Fix build with gcc-14., guix-commits, 2025/03/26
- 174/300: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/03/26
- 179/300: gnu: icu4c: Revert to 71., guix-commits, 2025/03/26
- 189/300: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/03/26
- 188/300: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/03/26
- 191/300: gnu: vorbis-tools: Fix build with gcc-14.,
guix-commits <=
- 192/300: gnu: gtksourceview-3.24.11: Fix build with gcc-14., guix-commits, 2025/03/26
- 194/300: gnu: ffmpeg-3.4.13: Fix build with gcc-14., guix-commits, 2025/03/26
- 197/300: gnu: cogl: Fix build with gcc-14., guix-commits, 2025/03/26
- 199/300: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.", guix-commits, 2025/03/26
- 196/300: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/03/26
- 198/300: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/03/26
- 200/300: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/03/26
- 201/300: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/03/26
- 202/300: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/03/26
- 203/300: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/03/26