mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-db/pgagent: fix build with boost-1.89
Closes: https://bugs.gentoo.org/963777 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44202 Closes: https://github.com/gentoo/gentoo/pull/44202 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
2225b47f20
commit
4836e4be90
13
dev-db/pgagent/files/pgagent-4.2.3-boost-1.89.patch
Normal file
13
dev-db/pgagent/files/pgagent-4.2.3-boost-1.89.patch
Normal file
@ -0,0 +1,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})
|
||||
@ -24,6 +24,7 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-4.2.3-cmake-4.patch
|
||||
"${FILESDIR}"/${PN}-4.2.3-boost-1.89.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user