mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
returntotheroots: fix build with Boost 1.91: do not probe for Boost::system
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Fix build with Boost 1.91
|
||||
|
||||
Index: external/libsiedler2/CMakeLists.txt
|
||||
--- external/libsiedler2/CMakeLists.txt.orig
|
||||
+++ external/libsiedler2/CMakeLists.txt
|
||||
@@ -37,7 +37,7 @@ endif()
|
||||
|
||||
|
||||
include(RttrBoostCfg)
|
||||
-find_package(Boost 1.69 REQUIRED COMPONENTS system filesystem iostreams)
|
||||
+find_package(Boost 1.69 REQUIRED COMPONENTS filesystem iostreams)
|
||||
|
||||
include(RttrTestingCfg)
|
||||
if(isTopLevel)
|
||||
Reference in New Issue
Block a user