File leechcraft-0.6.70+git-boost_system.diff.patch of Package leechcraft
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7d94bdab4a..14c252b538 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -79,7 +81,7 @@ else ()
set (LC_SHARE_DEST "leechcraft.app/Contents/Resources/share")
endif ()
-find_package (Boost REQUIRED COMPONENTS date_time filesystem program_options system thread)
+find_package (Boost REQUIRED COMPONENTS date_time filesystem program_options thread)
include (CommonLCSetup.cmake)