This is an automated email from the git hooks/post-receive script. janneke pushed a commit to branch core-packages-team in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this push: new 968651b436 gnu: jack-1: Fix build with gcc-14. 968651b436 is described below commit 968651b4363e929043997f4663f2915d90b449d7 Author: Janneke Nieuwenhuizen <jann...@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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index f842d77031..a37f83aefd 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2024 hapster <o.ro...@posteo.net> ;;; Copyright © 2024 mio <sti...@disroot.org> ;;; Copyright © 2024 Nikita Domnitskii <nik...@domnitskii.me> +;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2616,13 +2617,13 @@ 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-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