commit: 44b1dd9aad07243f0c52a9b7e52d499d03a5bda6
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Feb 9 08:56:02 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b1dd9a
net-libs/davix: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-libs/davix/files/davix-0.8.5-gcc14.patch | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/net-libs/davix/files/davix-0.8.5-gcc14.patch
b/net-libs/davix/files/davix-0.8.5-gcc14.patch
deleted file mode 100644
index 2e2c8bd663ac..000000000000
--- a/net-libs/davix/files/davix-0.8.5-gcc14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix bundled rapidjson build with GCC 14.
-
---- a/src/libs/rapidjson/document.h
-+++ b/src/libs/rapidjson/document.h
-@@ -316,8 +316,6 @@ struct GenericStringRef {
-
- GenericStringRef(const GenericStringRef& rhs) : s(rhs.s),
length(rhs.length) {}
-
-- GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s;
length = rhs.length; }
--
- //! implicit conversion to plain CharType pointer
- operator const Ch *() const { return s; }