summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-05-15 08:42:34 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-05-15 08:42:54 +0200
commitf3051f1c8d29f98f52b83d003e070efbf456e7d3 (patch)
treef89a1e5bb90157cc332bc944ac08d6e4b68e44c1 /games-arcade/supertux/files
parentx11-wm/sawfish: Version 1.12.90 (diff)
downloadgentoo-f3051f1c8d29f98f52b83d003e070efbf456e7d3.tar.gz
gentoo-f3051f1c8d29f98f52b83d003e070efbf456e7d3.tar.bz2
gentoo-f3051f1c8d29f98f52b83d003e070efbf456e7d3.zip
games-arcade/supertux: Bump to version 0.6.2. Removed old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-arcade/supertux/files')
-rw-r--r--games-arcade/supertux/files/supertux-0.6.2_rc1-boost-1.73.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/games-arcade/supertux/files/supertux-0.6.2_rc1-boost-1.73.patch b/games-arcade/supertux/files/supertux-0.6.2_rc1-boost-1.73.patch
deleted file mode 100644
index 55fa95b70fb4..000000000000
--- a/games-arcade/supertux/files/supertux-0.6.2_rc1-boost-1.73.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-