summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-11-20 17:49:15 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-11-23 00:21:59 +0100
commit145e6f1566fc96c0404ac7d0781980c64a858486 (patch)
tree99e633bb833bbc75c68d26b8d70b764cbcd248b2
parentdev-libs/nss: remove unused patch (diff)
downloadgentoo-145e6f1566fc96c0404ac7d0781980c64a858486.tar.gz
gentoo-145e6f1566fc96c0404ac7d0781980c64a858486.tar.bz2
gentoo-145e6f1566fc96c0404ac7d0781980c64a858486.zip
dev-libs/simdjson: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch b/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch
deleted file mode 100644
index b3cd8558b2ff..000000000000
--- a/dev-libs/simdjson/files/simdjson-1.0.0-dont-fetch-data-tarball.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt
-index 76651318..da5029c0 100644
---- a/dependencies/CMakeLists.txt
-+++ b/dependencies/CMakeLists.txt
-@@ -19,8 +19,9 @@ if(SIMDJSON_GOOGLE_BENCHMARKS)
- endif()
-
- # The bulk of our benchmarking and testing data has been moved simdjson/simdjson-data
--import_dependency(simdjson-data simdjson/simdjson-data a5b13babe65c1bba7186b41b43d4cbdc20a5c470)
--add_dependency(simdjson-data)
-+if(SIMDJSON_TESTS)
-+ add_subdirectory(simdjson-data dependencies/simdjson-data)
-+endif()
-
- # This prevents variables declared with set() from unnecessarily escaping and
- # should not be called more than once