summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-05-06 20:27:34 +0100
committerSam James <sam@gentoo.org>2025-05-06 20:32:06 +0100
commit8ee176dbe6fb61293b3b0ac57d859261e0ca902e (patch)
tree08dbda928eb75de6235a9c7c37e5ee44ecfde6ee /dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
parent07da7cbf83135a8830a1da146b594d4b2e615797 (diff)
downloadgentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.tar.gz
gentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.tar.bz2
gentoo-8ee176dbe6fb61293b3b0ac57d859261e0ca902e.zip
dev-db/mongodb: move all patches to devspae
Wanted to do this after because the patches are a mess and having some history for them is good. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch')
-rw-r--r--dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch b/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
deleted file mode 100644
index f71c3e9cb055..000000000000
--- a/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From f7eb64bcdf8cc9c6af8761d96173243c416bcdbe Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fran=C3=A7ois=20Valenduc?= <francoisvalenduc@gmail.com>
-Date: Mon, 14 Apr 2025 19:13:44 +0200
-Subject: [PATCH] ctype.h add cstdint
-
----
- src/mongo/util/ctype.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/mongo/util/ctype.h b/src/mongo/util/ctype.h
-index a3880e281a8..78ee57e3d0c 100644
---- a/src/mongo/util/ctype.h
-+++ b/src/mongo/util/ctype.h
-@@ -67,6 +67,7 @@
- #pragma once
-
- #include <array>
-+#include <cstdint>
-
- namespace mongo::ctype {
- namespace detail {
---
-2.49.0
-