commit:     dcfca1077d5e17f62f78586dda18b6d6c770f4b0
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Feb 28 06:59:32 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 23:27:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfca107

games-engines/minetest: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/minetest-5.7.0-no_upstream_optflags.patch  | 11 -----------
 .../files/minetest-5.8.0-include_algorithm.patch     | 20 --------------------
 2 files changed, 31 deletions(-)

diff --git 
a/games-engines/minetest/files/minetest-5.7.0-no_upstream_optflags.patch 
b/games-engines/minetest/files/minetest-5.7.0-no_upstream_optflags.patch
deleted file mode 100644
index ad673be1184f..000000000000
--- a/games-engines/minetest/files/minetest-5.7.0-no_upstream_optflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -784,7 +784,7 @@
-               endif()
-       endif()
- 
--      set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG ${RELEASE_WARNING_FLAGS} 
${OTHER_FLAGS} -pipe -funroll-loops -O3 -fomit-frame-pointer")
-+      set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG ${RELEASE_WARNING_FLAGS} 
${OTHER_FLAGS}")
-       if(CMAKE_SYSTEM_NAME STREQUAL "Linux"
-                       AND CMAKE_CXX_COMPILER_ID STREQUAL "Clang"
-                       AND CMAKE_CXX_COMPILER_VERSION MATCHES "^9\\.")

diff --git 
a/games-engines/minetest/files/minetest-5.8.0-include_algorithm.patch 
b/games-engines/minetest/files/minetest-5.8.0-include_algorithm.patch
deleted file mode 100644
index ac19a58de751..000000000000
--- a/games-engines/minetest/files/minetest-5.8.0-include_algorithm.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 
https://github.com/minetest/minetest/commit/c9ab61aa8cd0ca50bc8c4d90f257bb5ed3b0bb00
-https://bugs.gentoo.org/921131
-
-From: Alfred Wingate <[email protected]>
-Date: Sun, 31 Dec 2023 17:39:01 +0200
-Subject: [PATCH] Add missing header for gcc-14
-
-https://gcc.gnu.org/gcc-14/porting_to.html
-
-Signed-off-by: Alfred Wingate <[email protected]>
---- a/src/client/sound/sound_data.cpp
-+++ b/src/client/sound/sound_data.cpp
-@@ -25,6 +25,7 @@ with this program; ifnot, write to the Free Software 
Foundation, Inc.,
- #include "sound_data.h"
- 
- #include "sound_constants.h"
-+#include <algorithm>
- 
- namespace sound {
- 

Reply via email to