1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: vitetris: Fix build with gcc@14.

* gnu/packages/games.scm (vitetris)[arguments]<#:make-flags>: Add CFLAGS.

Change-Id: I1df1eae997fdf450c489cbd627a7ff579808818d
This commit is contained in:
Andreas Enge
2025-07-21 18:19:31 +02:00
parent 74440ac760
commit 76ec17d962

View File

@@ -914,7 +914,8 @@ feedback support.")
`(#:tests? #f ;no test
#:make-flags
(list ,(string-append "CC=" (cc-for-target))
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
(string-append "DESTDIR=" (assoc-ref %outputs "out"))
"CFLAGS=-g -O2 -Wno-error=implicit-int")
#:phases
(modify-phases %standard-phases
(replace 'configure