From 76ec17d9626d4c5a4ee3e596289d708718db8fcd Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 21 Jul 2025 18:19:31 +0200 Subject: [PATCH] gnu: vitetris: Fix build with gcc@14. * gnu/packages/games.scm (vitetris)[arguments]<#:make-flags>: Add CFLAGS. Change-Id: I1df1eae997fdf450c489cbd627a7ff579808818d --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4eddaf9cc0afa4994592f20b46264125c8182c61..fad3e80ac44d215d5e7dbf876c93f127617111b2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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