diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-09-13 17:12:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:33 +0700 |
commit | 0298e07868a603c46addbcf82abdbd9947196cb0 (patch) | |
tree | 89d0dd74e8acb39eb6a1aa7465dd44968a40750a /games/minetest/gcc11.patch | |
parent | f6741cc546e0c247cb7bee2894118d777cc76daf (diff) |
games/minetest: Updated for version 5.4.1, patch for gcc >= 11.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/minetest/gcc11.patch')
-rw-r--r-- | games/minetest/gcc11.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/minetest/gcc11.patch b/games/minetest/gcc11.patch new file mode 100644 index 0000000000..bb37cdf31e --- /dev/null +++ b/games/minetest/gcc11.patch @@ -0,0 +1,21 @@ +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; |