[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/246: gnu: jack-1: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
40/246: gnu: jack-1: Fix build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:13 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit fffbed406dc88e53a981a2c00a050c1aa4b67ef0
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 c0d8c55098..40519374ae 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -50,6 +50,7 @@
;;; Copyright © 2024 mio <stigma@disroot.org>
;;; Copyright © 2024 Nikita Domnitskii <nikita@domnitskii.me>
;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2649,13 +2650,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
- 61/246: gnu: libssh: Use -Wno-error= for Hurd cross-build., (continued)
- 61/246: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/13
- 73/246: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/13
- 86/246: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/01/13
- 85/246: gnu: accountsservice: Fix build with gcc-14., guix-commits, 2025/01/13
- 95/246: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/13
- 99/246: gnu: libopenmpt: Update to 0.7.12; fixes build with gcc-14., guix-commits, 2025/01/13
- 97/246: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/01/13
- 24/246: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/13
- 38/246: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/13
- 46/246: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/13
- 40/246: gnu: jack-1: Fix build with gcc-14.,
guix-commits <=
- 42/246: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/01/13
- 53/246: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/13
- 52/246: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/13
- 67/246: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/13
- 77/246: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/13
- 78/246: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14., guix-commits, 2025/01/13
- 05/246: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/13
- 07/246: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 19/246: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/13
- 55/246: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/13