summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-12-31 13:36:03 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:17 +0200
commit02dd33fcd9e389e221ad99da251443090e1014a5 (patch)
treea68f23dca74213371d63a550022d33c1f9fb21ac /gnu/packages
parent7d7f722ac65347be031503742fd20a19663c42d7 (diff)
gnu: libvisual: Fix build with gcc-14.
* gnu/packages/gstreamer.scm (libvisual)[arguments]: Add #:configure-flags to relax gcc-14's strictness. Change-Id: I84cb625c98e4ef75a87ad9ffe7fa580685c0fcf0
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gstreamer.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 4a144d87146..f31a1b6c27e 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -12,6 +12,7 @@
12;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> 12;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
13;;; Copyright © 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> 13;;; Copyright © 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
14;;; Copyright © 2024 Remco van 't Veer <remco@remworks.net> 14;;; Copyright © 2024 Remco van 't Veer <remco@remworks.net>
15;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
15;;; 16;;;
16;;; This file is part of GNU Guix. 17;;; This file is part of GNU Guix.
17;;; 18;;;
@@ -238,7 +239,9 @@ and very fast.")
238 (base32 "12xf0qzn9w090kakrj59makjbjg9vhga5mgchmx6c1ypw10fjfbc")))) 239 (base32 "12xf0qzn9w090kakrj59makjbjg9vhga5mgchmx6c1ypw10fjfbc"))))
239 (build-system gnu-build-system) 240 (build-system gnu-build-system)
240 (arguments 241 (arguments
241 (list #:phases 242 (list #:configure-flags
243 #~(list "CFLAGS=-g -O2 -Wno-error=implicit-function-declaration")
244 #:phases
242 #~(modify-phases %standard-phases 245 #~(modify-phases %standard-phases
243 ;; The package is in a sub-dir of this repo. 246 ;; The package is in a sub-dir of this repo.
244 (add-after 'unpack 'chdir 247 (add-after 'unpack 'chdir