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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-31 21:21:24 +01:00
parent 9edef51395
commit 2119583698
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -773,6 +773,7 @@ (define-public libmpeg3
`(#: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