From 9d5f3c6b3a130adcd0031526d35e3e0a170d488f Mon Sep 17 00:00:00 2001 From: Nigko Yerden Date: Wed, 29 Oct 2025 09:17:34 +0500 Subject: [PATCH] gnu: supertuxkart: Remove gcc@14 compatibility build phase. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gnu/packages/games.scm (supertuxkart)[arguments]{#:phases}: remove 'gcc14 phase. Change-Id: I4fddc2ebfa5a34f8589840874b410cb62bc01247 Signed-off-by: Ludovic Courtès --- gnu/packages/games.scm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d3cc995a1a0bb7df11bf5b4a77346ef68ac510fc..9c5e454daacbb7beda20021a79ffa5eab449a944 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4797,17 +4797,6 @@ This package expects the game(s) to be placed in subdirectories of "-DUSE_IPV6=FALSE") #:phases #~(modify-phases %standard-phases - (add-before 'configure 'gcc14 - (lambda _ - (setenv "CXXFLAGS" "-g -O2 -std=c++11") - (substitute* "lib/graphics_engine/include/vk_mem_alloc.h" - (("#define AMD_VULKAN_MEMORY_ALLOCATOR_H" all) - (string-append all "\n#include \n"))) - (substitute* - '("lib/graphics_engine/include/ge_main.hpp" - "lib/graphics_engine/include/ge_vulkan_driver.hpp") - (("#include " all) - (string-append all "\n#include "))))) (add-before 'configure 'disable-data-install (lambda _ (substitute* "CMakeLists.txt"