summaryrefslogtreecommitdiff
path: root/dev-db/pgagent/files/pgagent-4.2.3-boost-1.89.patch
blob: e23d4c9f2d7be6b568ef7b68be6d44aff5032149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bug: https://bugs.gentoo.org/963777

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,7 +105,7 @@ SET (Boost_DEBUG FALSE)
 SET (Boost_USE_MULTITHREADED ${BOOST_MULTITHREADED_BUILD})
 SET (Boost_USE_STATIC_LIBS ${BOOST_STATIC_BUILD})
 
-FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread system)
+FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread OPTIONAL_COMPONENTS system)
 
 if(Boost_FOUND)
   INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})