[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/71: gnu: jack-1: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
40/71: gnu: jack-1: Fix build with gcc-14. |
Date: |
Sun, 15 Dec 2024 03:42:57 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit ef07d02684e9a556d7d7058a01c4afc3a81f1443
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
- 43/71: gnu: gn: Fix build with gcc-14., (continued)
- 43/71: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/71: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 65/71: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/15
- 34/71: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/15
- 47/71: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 45/71: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 50/71: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/15
- 49/71: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/15
- 51/71: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 53/71: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/15
- 40/71: gnu: jack-1: Fix build with gcc-14.,
guix-commits <=
- 42/71: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 41/71: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 36/71: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15
- 44/71: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/15
- 37/71: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 57/71: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 62/71: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 56/71: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 59/71: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 70/71: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15