summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidyaml/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/rapidyaml/files')
-rw-r--r--dev-cpp/rapidyaml/files/rapidyaml-0.3.0-libdir.patch9
-rw-r--r--dev-cpp/rapidyaml/files/rapidyaml-0.3.0-system-gtest.patch8
-rw-r--r--dev-cpp/rapidyaml/files/rapidyaml-0.4.0-no-download.patch23
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-libdir.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-libdir.patch
deleted file mode 100644
index a10fbc49585e..000000000000
--- a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-libdir.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/ext/c4core/cmake/c4Project.cmake
-+++ b/ext/c4core/cmake/c4Project.cmake
-@@ -2643,4 +2643,4 @@
- set(_RUNTIME_INSTALL_DIR bin/)
-- set(_ARCHIVE_INSTALL_DIR lib/)
-- set(_LIBRARY_INSTALL_DIR lib/) # TODO on Windows, ARCHIVE and LIBRARY dirs must be different to prevent name clashes
-+ set(_ARCHIVE_INSTALL_DIR lib/ CACHE STRING "")
-+ set(_LIBRARY_INSTALL_DIR lib/ CACHE STRING "")
- set(_INCLUDE_INSTALL_DIR include/)
diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-system-gtest.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-system-gtest.patch
deleted file mode 100644
index 0e404f09d781..000000000000
--- a/dev-cpp/rapidyaml/files/rapidyaml-0.3.0-system-gtest.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/ext/c4core/cmake/c4Project.cmake
-+++ b/ext/c4core/cmake/c4Project.cmake
-@@ -2762,2 +2762,5 @@
- if(NOT TARGET gtest)
-+ find_package(GTest REQUIRED)
-+ endif()
-+ if(FALSE)
- c4_import_remote_proj(gtest ${CMAKE_CURRENT_BINARY_DIR}/ext/gtest
diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.4.0-no-download.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.4.0-no-download.patch
deleted file mode 100644
index 51fb56e7ed6f..000000000000
--- a/dev-cpp/rapidyaml/files/rapidyaml-0.4.0-no-download.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/ext/testbm.cmake
-+++ b/ext/testbm.cmake
-@@ -1,4 +1,2 @@
- # these are used both for testing and benchmarking
--c4_require_subproject(c4fs REMOTE
-- GIT_REPOSITORY https://github.com/biojppm/c4fs
-- GIT_TAG master)
-+c4_require_subproject(c4fs SUBDIRECTORY ext/c4fs)
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -155,10 +155,6 @@
-
-- c4_require_subproject(c4log REMOTE
-- GIT_REPOSITORY https://github.com/biojppm/c4log
-- GIT_TAG master)
-+ c4_require_subproject(c4log SUBDIRECTORY ../ext/c4log)
-
- set(tsdir ${ed}/yaml-test-suite)
-- c4_download_remote_proj(yaml-test-suite suite_dir
-- GIT_REPOSITORY https://github.com/yaml/yaml-test-suite
-- GIT_TAG data-2022-01-17)
-+ set(suite_dir ${CMAKE_SOURCE_DIR}/ext/yaml-test-suite)
- if(NOT EXISTS ${suite_dir}/229Q)