File boost.patch of Package sfcgal
--- SFCGAL-v2.2.0/CMakeLists.txt.orig 2025-11-20 22:35:39.139208090 +0100
+++ SFCGAL-v2.2.0/CMakeLists.txt 2025-11-20 22:36:15.856178459 +0100
@@ -134,7 +134,7 @@
endif()
#-- minimalist build allowed with boost version older than 1.48
-set( SFCGAL_Boost_COMPONENTS thread system serialization )
+set( SFCGAL_Boost_COMPONENTS thread serialization )
#-- program_options
if ( SFCGAL_BUILD_TESTS OR SFCGAL_BUILD_EXAMPLES OR SFCGAL_BUILD_OSG )
set( SFCGAL_Boost_COMPONENTS chrono unit_test_framework filesystem program_options timer ${SFCGAL_Boost_COMPONENTS} )