diff options
Diffstat (limited to 'games/supertux/supertux-0.6.2_rc1-boost-1.73.patch')
-rw-r--r-- | games/supertux/supertux-0.6.2_rc1-boost-1.73.patch | 25 |
1 files changed, 25 insertions, 0 deletions
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 000000000000..55fa95b70fb4 --- /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 <polynomial-c@gentoo.org> +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 <algorithm> ++ + class Color; + enum class Direction; + enum class WalkMode; +-- +2.26.2 + |