~ruther/guix-local

76ec17d9626d4c5a4ee3e596289d708718db8fcd — Andreas Enge 9 months ago 74440ac
gnu: vitetris: Fix build with gcc@14.

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

Change-Id: I1df1eae997fdf450c489cbd627a7ff579808818d
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +2 -1
@@ 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