summaryrefslogtreecommitdiff
path: root/databases/mongodb36/files/patch-asio-libc++7
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 08:42:14 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:35 -0500
commita2bcb1168981399be8f18f0559478b5e576dcf5c (patch)
tree9d97dfb22d19cf65d7e5204a819921010b7ad970 /databases/mongodb36/files/patch-asio-libc++7
parentdatabases/mongodb36-tools: Remove expired port: (diff)
databases/mongodb36: Remove expired port:
2023-03-31 databases/mongodb36: Upstream EOL reached on 2021-04-30
Diffstat (limited to 'databases/mongodb36/files/patch-asio-libc++7')
-rw-r--r--databases/mongodb36/files/patch-asio-libc++715
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/mongodb36/files/patch-asio-libc++7 b/databases/mongodb36/files/patch-asio-libc++7
deleted file mode 100644
index 59e617b3b5de..000000000000
--- a/databases/mongodb36/files/patch-asio-libc++7
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/boostorg/asio/commit/b5b17a67f0aa29f5156324d5e8a73dd8669a5a51
-
---- src/third_party/asio-master/asio/include/asio/detail/config.hpp.orig 2018-07-03 21:09:33 UTC
-+++ src/third_party/asio-master/asio/include/asio/detail/config.hpp
-@@ -784,8 +784,9 @@
- # if !defined(ASIO_DISABLE_STD_STRING_VIEW)
- # if defined(__clang__)
- # if (__cplusplus >= 201402)
--# if __has_include(<experimental/string_view>)
-+# if __has_include(<string_view>)
- # define ASIO_HAS_STD_STRING_VIEW 1
-+# elif __has_include(<experimental/string_view>)
- # define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
- # endif // __has_include(<experimental/string_view>)
- # endif // (__cplusplus >= 201402)