aboutsummaryrefslogtreecommitdiff
path: root/games/minetest/gcc11.patch
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-11-25 08:34:47 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-26 09:11:49 +0700
commite132c85e8c2be56da937af7144b17cbb7d1c1d1f (patch)
tree564a871c90f84b985f191c26a7fb411e8964c617 /games/minetest/gcc11.patch
parent57b4640d16596e5de4bca887485bc99485c4069f (diff)
games/minetest: Updated for version 5.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/minetest/gcc11.patch')
-rw-r--r--games/minetest/gcc11.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games/minetest/gcc11.patch b/games/minetest/gcc11.patch
deleted file mode 100644
index bb37cdf31e..0000000000
--- a/games/minetest/gcc11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 7c2826cbc0f36027d4a9781f433150d1c5d0d03f Mon Sep 17 00:00:00 2001
-From: lhofhansl <larsh@apache.org>
-Date: Thu, 6 May 2021 10:24:30 -0700
-Subject: [PATCH] Fix build for newer versions of GCC (#11246)
-
----
- src/clientiface.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/clientiface.h b/src/clientiface.h
-index cc5292b71bf9..dfd97674137c 100644
---- a/src/clientiface.h
-+++ b/src/clientiface.h
-@@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- #include <list>
- #include <vector>
- #include <set>
-+#include <memory>
- #include <mutex>
-
- class MapBlock;