janneke pushed a commit to branch core-packages-team
in repository guix.

commit 33ae87a2914de69805788f6d7b1afc2478e246e5
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Tue Dec 31 21:21:24 2024 +0100

    gnu: libmpeg3: Fix build with gcc-14.
    
    * gnu/packages/video.scm (libmpeg3)[arguments]: Add CC to #:make-flags to
    relax gcc-14's strictness.
    
    Change-Id: I05efa8f3d0c67bc818913f964673a4074e371b53
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1872c45eec..4d0ea5bf8b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -775,6 +775,7 @@ touchscreen devices and the ability to apply filters to 
their input events.")
      `(#:test-target "test"
        #:make-flags
        (list
+        "CC=gcc -g -O2 -Wno-error=implicit-function-declaration"
         (string-append "A52DIR=" (assoc-ref %build-inputs "liba52"))
         (string-append "DST=" (assoc-ref %outputs "out") "/bin"))
      #:phases

Reply via email to