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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user