diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-01 07:13:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-01 07:13:29 +0000 |
| commit | 4e89829c1e70990fc8fdac64cf31a764ffe419ca (patch) | |
| tree | 81e45bf7bf459c05081f6f33d9756ddbabcdc666 /dev-libs/pthreadpool | |
| parent | 1006daa4a9bab95d5a184abe06bc488312d54822 (diff) | |
| download | baldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.tar.gz baldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.tar.xz baldeagleos-repo-4e89829c1e70990fc8fdac64cf31a764ffe419ca.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/pthreadpool')
| -rw-r--r-- | dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch | 6 | ||||
| -rw-r--r-- | dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch index a818eaabc1a1..0df8cfd1b3e4 100644 --- a/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch +++ b/dev-libs/pthreadpool/files/pthreadpool-2022.05.09-gentoo.patch @@ -1,5 +1,11 @@ --- a/CMakeLists.txt 2022-05-09 12:38:59.927116924 +0200 +++ b/CMakeLists.txt 2022-05-09 12:39:39.141532680 +0200 +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR) + + # ---[ Project + PROJECT(pthreadpool C) @@ -37,22 +37,10 @@ # ---[ Download deps diff --git a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild index 205858259d66..95f3d7547a1b 100644 --- a/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild +++ b/dev-libs/pthreadpool/pthreadpool-2023.08.29.ebuild @@ -30,7 +30,7 @@ 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' \ + sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 17/g' \ CMakeLists.txt || die "sed failed" } |
