Files
gentoo/dev-cpp/folly/files/folly-2025.04.14.00-boost-1.89.patch
Sam James f2c5f11d34 dev-cpp/folly: fix build w/ boost-1.89
Choose the hack approach and require >=1.71.

Closes: https://bugs.gentoo.org/962946
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-16 21:17:42 +01:00

23 lines
482 B
Diff

https://bugs.gentoo.org/962946
https://github.com/facebook/folly/issues/2489
--- a/CMake/folly-config.cmake.in
+++ b/CMake/folly-config.cmake.in
@@ -38,7 +38,6 @@ find_dependency(Boost 1.51.0 MODULE
filesystem
program_options
regex
- system
thread
REQUIRED
)
--- a/CMake/folly-deps.cmake
+++ b/CMake/folly-deps.cmake
@@ -41,7 +41,6 @@ find_package(Boost 1.51.0 MODULE
filesystem
program_options
regex
- system
thread
REQUIRED
)