From c8e688edab6e01b301a4b83febab2f010357f29c Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 17 Aug 2021 09:22:11 -0400 Subject: games-strategy/widelands: backport upstream fix for boost-1.77 Closes: https://bugs.gentoo.org/808747 Signed-off-by: Ionen Wolkens --- .../widelands/files/widelands-1.0-boost-1.77.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 games-strategy/widelands/files/widelands-1.0-boost-1.77.patch (limited to 'games-strategy/widelands/files') diff --git a/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch b/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch new file mode 100644 index 00000000000..69c1cb8caf4 --- /dev/null +++ b/games-strategy/widelands/files/widelands-1.0-boost-1.77.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/808747 + +https://github.com/widelands/widelands/commit/316eaea +From: matthiakl +Date: Sat, 14 Aug 2021 19:24:08 +0200 +Subject: [PATCH] Added missing direct incude (#5025) +--- a/src/network/bufferedconnection.h ++++ b/src/network/bufferedconnection.h +@@ -20,6 +20,7 @@ + #ifndef WL_NETWORK_BUFFEREDCONNECTION_H + #define WL_NETWORK_BUFFEREDCONNECTION_H + ++#include + #include + #include + #include -- cgit v1.2.3-18-g5258