diff options
| author | François Valenduc <francoisvalenduc@gmail.com> | 2025-05-02 13:12:35 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-06 20:10:33 +0100 |
| commit | 228a8c8a4347097e136ac25145e09a659827054b (patch) | |
| tree | ef5026c051a3c7f21a9dcc15203542a716add60e /dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch | |
| parent | 21c71ba2f8bf771744dee3a02cee1e67a83ff298 (diff) | |
| download | gentoo-228a8c8a4347097e136ac25145e09a659827054b.tar.gz gentoo-228a8c8a4347097e136ac25145e09a659827054b.tar.bz2 gentoo-228a8c8a4347097e136ac25145e09a659827054b.zip | |
dev-db/mongodb: add 6.0.22
Bug: https://bugs.gentoo.org/882515
Signed-off-by: François Valenduc <francoisvalenduc@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41580
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.patch | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 000000000000..f71c3e9cb055 --- /dev/null +++ b/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch @@ -0,0 +1,24 @@ +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 + |
