From 99958f26868be3a2a2f73e06fb3a4ea20edbd6e2 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 22 Nov 2020 10:57:42 +0100 Subject: 20201122.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/supertux/supertux-0.6.2_rc1-boost-1.73.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 games/supertux/supertux-0.6.2_rc1-boost-1.73.patch (limited to 'games/supertux/supertux-0.6.2_rc1-boost-1.73.patch') diff --git a/games/supertux/supertux-0.6.2_rc1-boost-1.73.patch b/games/supertux/supertux-0.6.2_rc1-boost-1.73.patch new file mode 100644 index 0000000000..55fa95b70f --- /dev/null +++ b/games/supertux/supertux-0.6.2_rc1-boost-1.73.patch @@ -0,0 +1,25 @@ +From dec7fb943c532f855e5c0ae2eb39d2d82a46a506 Mon Sep 17 00:00:00 2001 +From: Lars Wendler +Date: Sat, 9 May 2020 03:04:02 +0200 +Subject: [PATCH] Fix build with boost-1.73 + +--- + src/editor/object_settings.hpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/editor/object_settings.hpp b/src/editor/object_settings.hpp +index bc9049a94..15b77b1e4 100644 +--- a/src/editor/object_settings.hpp ++++ b/src/editor/object_settings.hpp +@@ -22,6 +22,8 @@ + + #include "editor/object_option.hpp" + ++#include ++ + class Color; + enum class Direction; + enum class WalkMode; +-- +2.26.2 + -- cgit v1.2.3