[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/74: gnu: jack-1: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
40/74: gnu: jack-1: Fix build with gcc-14. |
Date: |
Wed, 18 Dec 2024 08:07:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 0a4d674626694c57afca8765f71600a01f375828
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 12:34:53 2024 +0100
gnu: jack-1: Fix build with gcc-14.
* gnu/packages/audio.scm (jack-1)[arguments]: Add CFLAGS to
#:configure-flags
to relax gcc-14's strictness.
Change-Id: Id4506b072e7651991be54f119645d7842757ed0b
---
gnu/packages/audio.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 970d6a84a5..95c112c9b8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -49,6 +49,7 @@
;;; Copyright © 2024 hapster <o.rojon@posteo.net>
;;; Copyright © 2024 mio <stigma@disroot.org>
;;; Copyright © 2024 Nikita Domnitskii <nikita@domnitskii.me>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2617,13 +2618,14 @@ especially for creating reverb effects. It supports
impulse responses with 1,
(base32 "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
(build-system gnu-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
+ `(#:configure-flags
+ '("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
+ #:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-configure
(lambda _
(substitute* "configure"
;; Install to <out/lib> regardless of platform.
- (("libnn=lib64") "libnn=lib"))
- #t)))))
+ (("libnn=lib64") "libnn=lib")))))))
(inputs
(list alsa-lib readline))
;; uuid.h is included in the JACK type headers
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", (continued)
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/18
- 12/74: gnu: gettext: Update to 0.23., guix-commits, 2024/12/18
- 11/74: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/18
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/18
- 13/74: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/18
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/18
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/18
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/18
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/18
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/18
- 40/74: gnu: jack-1: Fix build with gcc-14.,
guix-commits <=
- 37/74: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/18
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/18
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/18
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/18
- 26/74: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/18
- 36/74: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/18
- 44/74: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/18
- 46/74: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/18
- 05/74: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/18
- 10/74: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/18