summarylogtreecommitdiffstats
path: root/0012-boost1.87.patch
diff options
context:
space:
mode:
authorDominic2025-04-08 08:47:19 +0200
committerDominic2025-04-08 08:47:19 +0200
commit8e59defe592bc7f64f75b3f5b9b36a4d14f04f0e (patch)
treeaf2054b26f186f01955a1db299eb9885b1e6fa21 /0012-boost1.87.patch
parent0089d960777cef92809f34e09c546a6d4802cb9e (diff)
downloadaur-superslicer-prerelease.tar.gz
superslicer-prerelease 2.7.61.1-1
Diffstat (limited to '0012-boost1.87.patch')
-rw-r--r--0012-boost1.87.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/0012-boost1.87.patch b/0012-boost1.87.patch
deleted file mode 100644
index 6ddb0854fb9c..000000000000
--- a/0012-boost1.87.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This patch is an addition to https://bugs.gentoo.org/attachment.cgi?id=914594
-
-diff --git a/src/slic3r/GUI/FreeCADDialog.cpp b/src/slic3r/GUI/FreeCADDialog.cpp
-index 822bc4e2d9..dfbb037ed0 100644
---- a/src/slic3r/GUI/FreeCADDialog.cpp
-+++ b/src/slic3r/GUI/FreeCADDialog.cpp
-@@ -64,7 +64,7 @@ namespace GUI {
- class ExecVar {
- public:
- boost::process::opstream pyin;
-- boost::asio::io_service ios;
-+ boost::asio::io_context ios;
- std::future<std::string> data_out;
- std::future<std::string> data_err;
- std::unique_ptr<boost::process::child> process;