mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
grive2: drop requirement on no longer existing Boost::system
fixes build with Boost 1.91
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
Index: libgrive/CMakeLists.txt
|
||||
--- libgrive/CMakeLists.txt.orig
|
||||
+++ libgrive/CMakeLists.txt
|
||||
@@ -6,7 +6,6 @@ find_package(LibGcrypt REQUIRED)
|
||||
@@ -4,9 +4,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SO
|
||||
|
||||
find_package(LibGcrypt REQUIRED)
|
||||
find_package(CURL REQUIRED)
|
||||
find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex system REQUIRED)
|
||||
-find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex system REQUIRED)
|
||||
+find_package(Boost 1.40.0 COMPONENTS program_options filesystem unit_test_framework regex REQUIRED)
|
||||
find_package(BFD)
|
||||
-find_package(CppUnit)
|
||||
find_package(Iberty)
|
||||
|
||||
Reference in New Issue
Block a user