guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4200f80644e80cdda650eabb948483bf57a4e2e8
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jul 28 00:09:30 2025 +0200

    gnu: tic80: Fix build with gcc-14.
    
    * gnu/packages/game-development.scm (tic80)[arguments]<#:configure-flags>:
    Add CMAKE_C_FLAGS.
    
    Change-Id: I4a180a2eaec2b3868ed577699abab31ce0a3f7eb
---
 gnu/packages/game-development.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9e2ea881bd..5d9db89cd0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3805,6 +3805,8 @@ progresses the level, or you may regenerate tiles as the 
world changes.")
              #~'("-DBUILD_STATIC=ON" ;don't build runtimes as shared libraries
                  "-DPREFER_SYSTEM_LIBRARIES=ON"
                  "-DCMAKE_EXE_LINKER_FLAGS=-lpulse" ;for miniaudio
+                 "-DCMAKE_C_FLAGS=-Wno-error=incompatible-pointer-types"
+                                                    ;for miniaudio
                  ;; TODO: moon, python, wren
                  "-DBUILD_WITH_FENNEL=ON"
                  "-DBUILD_WITH_JANET=ON"

Reply via email to