mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sdl2-2.0.14: Fix build with gcc-14.
* gnu/packages/sdl.scm (sdl2-2.0)[arguments]: New field to relax gcc-14's strictness. Change-Id: I17fdf1facba6bda381425d0c11cc5fc200afbd4a
This commit is contained in:
parent
1228391e01
commit
b756465f3c
1 changed files with 7 additions and 1 deletions
|
@ -304,7 +304,13 @@ behind the scenes.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq"))))))
|
"1g1jahknv5r4yhh1xq5sf0md20ybdw1zh1i15lry26sq39bmn8fq"))))
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments sdl2)
|
||||||
|
((#:configure-flags flags)
|
||||||
|
#~(cons*
|
||||||
|
"CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
|
||||||
|
#$flags))))))
|
||||||
|
|
||||||
(define-public libmikmod
|
(define-public libmikmod
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue