diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-08 08:41:15 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-08 08:41:38 +0200 |
| commit | 012de2492c318c138ad6a753ab5b815a8a6bcee5 (patch) | |
| tree | 48c15deccc4a828b02bd0947205c2205fe9bb15f /dev-libs/clog/files/clog-2023.11.04-test.patch | |
| parent | cec52c8314929f3fa41770f2ce46af5b8cefb2b4 (diff) | |
| download | gentoo-012de2492c318c138ad6a753ab5b815a8a6bcee5.tar.gz gentoo-012de2492c318c138ad6a753ab5b815a8a6bcee5.tar.bz2 gentoo-012de2492c318c138ad6a753ab5b815a8a6bcee5.zip | |
dev-libs/clog: new package, add 2023.11.04
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs/clog/files/clog-2023.11.04-test.patch')
| -rw-r--r-- | dev-libs/clog/files/clog-2023.11.04-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/clog/files/clog-2023.11.04-test.patch b/dev-libs/clog/files/clog-2023.11.04-test.patch new file mode 100644 index 000000000000..e8027d5962e4 --- /dev/null +++ b/dev-libs/clog/files/clog-2023.11.04-test.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2024-05-08 08:34:01.195300008 +0200 ++++ b/CMakeLists.txt 2024-05-08 08:34:19.850068094 +0200 +@@ -93,7 +93,7 @@ + + ADD_EXECUTABLE(clog-test test/clog.cc) + SET_TARGET_PROPERTIES(clog-test PROPERTIES +- CXX_STANDARD 11 ++ CXX_STANDARD 14 + CXX_EXTENSIONS NO) + CLOG_TARGET_RUNTIME_LIBRARY(clog-test) + TARGET_LINK_LIBRARIES(clog-test PRIVATE clog gtest gtest_main) |
