diff options
Diffstat (limited to 'games/wesnoth/files')
-rw-r--r-- | games/wesnoth/files/patch-src_filesystem.cpp | 17 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_filesystem.hpp | 10 | ||||
-rw-r--r-- | games/wesnoth/files/patch-src_game__launcher.cpp | 12 |
3 files changed, 0 insertions, 39 deletions
diff --git a/games/wesnoth/files/patch-src_filesystem.cpp b/games/wesnoth/files/patch-src_filesystem.cpp deleted file mode 100644 index 3f4f6b59b332..000000000000 --- a/games/wesnoth/files/patch-src_filesystem.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/filesystem.cpp.orig 2025-02-17 21:50:08 UTC -+++ src/filesystem.cpp -@@ -30,11 +30,13 @@ - #include "serialization/unicode.hpp" - #include "utils/general.hpp" - -+#define BOOST_PROCESS_VERSION 1 - #include <boost/filesystem.hpp> - #include <boost/filesystem/fstream.hpp> - #include <boost/iostreams/device/file_descriptor.hpp> - #include <boost/iostreams/stream.hpp> --#include <boost/process.hpp> -+#include <boost/process/v1/search_path.hpp> -+#include <boost/algorithm/string/replace.hpp> - #include "game_config_view.hpp" - - #ifdef _WIN32 diff --git a/games/wesnoth/files/patch-src_filesystem.hpp b/games/wesnoth/files/patch-src_filesystem.hpp deleted file mode 100644 index 570850ac9575..000000000000 --- a/games/wesnoth/files/patch-src_filesystem.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/filesystem.hpp.orig 2025-02-17 21:50:08 UTC -+++ src/filesystem.hpp -@@ -21,6 +21,7 @@ - #pragma once - - #include <ctime> -+#include <cstdint> - #include <fstream> - #include <iosfwd> - #include <memory> diff --git a/games/wesnoth/files/patch-src_game__launcher.cpp b/games/wesnoth/files/patch-src_game__launcher.cpp deleted file mode 100644 index 8d0db636c090..000000000000 --- a/games/wesnoth/files/patch-src_game__launcher.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/game_launcher.cpp.orig 2025-02-17 21:50:08 UTC -+++ src/game_launcher.cpp -@@ -61,7 +61,8 @@ - #ifdef _WIN32 - #include <boost/process/windows.hpp> - #endif --#include <boost/process.hpp> -+#define BOOST_PROCESS_VERSION 1 -+#include <boost/process/v1/child.hpp> - #include <cstdlib> // for system - #include <new> - #include <utility> // for pair |