summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNigko Yerden <nigko.yerden@gmail.com>2025-10-29 09:17:34 +0500
committerLudovic Courtès <ludo@gnu.org>2025-11-04 17:57:46 +0100
commit9d5f3c6b3a130adcd0031526d35e3e0a170d488f (patch)
tree8ba542ad42d3a211a4f5b3d7c29aa4b19c9b13d6 /gnu
parenta269b44d3e951ca017fd7591bbcb1614e57c0d78 (diff)
gnu: supertuxkart: Remove gcc@14 compatibility build phase.
gnu/packages/games.scm (supertuxkart)[arguments]{#:phases}: remove 'gcc14 phase. Change-Id: I4fddc2ebfa5a34f8589840874b410cb62bc01247 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d3cc995a1a0..9c5e454daac 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 <cstdio>\n")))
- (substitute*
- '("lib/graphics_engine/include/ge_main.hpp"
- "lib/graphics_engine/include/ge_vulkan_driver.hpp")
- (("#include <string>" all)
- (string-append all "\n#include <stdexcept>")))))
(add-before 'configure 'disable-data-install
(lambda _
(substitute* "CMakeLists.txt"