summaryrefslogtreecommitdiffstats
path: root/games/supertux/gcc12.patch
diff options
context:
space:
mode:
author Matteo Bernardini2023-01-30 09:55:34 +0100
committer Matteo Bernardini2023-01-30 09:55:34 +0100
commit7af8241016f316ad85a647d886b04f92e10a6c6b (patch)
tree751f2c1d109985d496e60b7e5c31508e0574745b /games/supertux/gcc12.patch
parent81da3110fda92b7de050fbe958df82fb0af3d536 (diff)
downloadslackbuilds-current-20230130.1.tar.gz
20230130.1 global branch merge.current-20230130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/supertux/gcc12.patch')
-rw-r--r--games/supertux/gcc12.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/supertux/gcc12.patch b/games/supertux/gcc12.patch
new file mode 100644
index 0000000000..f5e7392c3c
--- /dev/null
+++ b/games/supertux/gcc12.patch
@@ -0,0 +1,11 @@
+diff -upr SuperTux-v0.6.3-Source.orig/external/partio_zip/zip_manager.cpp SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp
+--- SuperTux-v0.6.3-Source.orig/external/partio_zip/zip_manager.cpp 2021-12-23 01:01:58.000000000 +0200
++++ SuperTux-v0.6.3-Source/external/partio_zip/zip_manager.cpp 2022-06-13 15:20:45.305976668 +0300
+@@ -47,6 +47,7 @@ extern "C"{
+ #include <stdexcept>
+ #include <cstring>
+ #include <string>
++#include <memory>
+
+ #include "zip_manager.hpp"
+