commit:     fba8b18d86322eddfbde10f94609ac4ea1f66e69
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 02:42:28 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 08:02:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba8b18d

dev-libs/pthreadpool: fix building against dev-cpp/gtest-1.13.0

Closes: https://bugs.gentoo.org/893464
Closes: https://github.com/gentoo/gentoo/pull/29478
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 ...pool-2022.05.09.ebuild => pthreadpool-2022.05.09-r1.ebuild} | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-libs/pthreadpool/pthreadpool-2022.05.09.ebuild 
b/dev-libs/pthreadpool/pthreadpool-2022.05.09-r1.ebuild
similarity index 76%
rename from dev-libs/pthreadpool/pthreadpool-2022.05.09.ebuild
rename to dev-libs/pthreadpool/pthreadpool-2022.05.09-r1.ebuild
index b2331e976f63..9cfc03ed4564 100644
--- a/dev-libs/pthreadpool/pthreadpool-2022.05.09.ebuild
+++ b/dev-libs/pthreadpool/pthreadpool-2022.05.09-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -26,6 +26,14 @@ PATCHES=(
        "${FILESDIR}"/${P}-gentoo.patch
 )
 
+src_prepare() {
+       cmake_src_prepare
+
+       # >=dev-cpp/gtest-1.13.0 requires C++14 standard or later
+       sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 14/g' \
+               CMakeLists.txt || die "sed failed"
+}
+
 src_configure() {
        local mycmakeargs=(
                -DPTHREADPOOL_BUILD_BENCHMARKS=OFF

Reply via email to