File PrusaSlicer-2.9.3-boost-1.89.patch of Package PrusaSlicer
Index: PrusaSlicer-version_2.9.3/CMakeLists.txt
===================================================================
--- PrusaSlicer-version_2.9.3.orig/CMakeLists.txt
+++ PrusaSlicer-version_2.9.3/CMakeLists.txt
@@ -374,7 +374,7 @@ endif()
# boost::process was introduced first in version 1.64.0,
# boost::beast::detail::base64 was introduced first in version 1.66.0
set(MINIMUM_BOOST_VERSION "1.83.0")
-set(_boost_components "system;filesystem;thread;log;locale;regex;chrono;atomic;date_time;iostreams;nowide")
+set(_boost_components "filesystem;thread;log;locale;regex;chrono;atomic;date_time;iostreams;nowide")
find_package(Boost ${MINIMUM_BOOST_VERSION} REQUIRED COMPONENTS ${_boost_components})
find_package(Eigen3 3.3.7 REQUIRED)