summaryrefslogtreecommitdiff
path: root/dev-libs/spdlog/files/libfmt8.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 19:31:50 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 19:31:50 +0100
commit75e643a37e06b45b6d8cc8efed3b19e45d64af40 (patch)
tree302f4fca4f54ea2925b6e7da2c5ae01afa5d7930 /dev-libs/spdlog/files/libfmt8.patch
parent8c03d62691426d8bc99cb4f1c195dbfcea436bde (diff)
dev-libs/spdlog : import from gentoo, fix compiling against libfmt8 ( https://bugs.gentoo.org/797394 )
Diffstat (limited to 'dev-libs/spdlog/files/libfmt8.patch')
-rw-r--r--dev-libs/spdlog/files/libfmt8.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/spdlog/files/libfmt8.patch b/dev-libs/spdlog/files/libfmt8.patch
new file mode 100644
index 00000000..8d38335f
--- /dev/null
+++ b/dev-libs/spdlog/files/libfmt8.patch
@@ -0,0 +1,11 @@
+--- a/include/spdlog/common-inl.h 2021-06-21 17:15:26.695992698 -0600
++++ b/include/spdlog/common-inl.h 2021-06-21 17:15:52.205992496 -0600
+@@ -60,7 +60,7 @@
+ SPDLOG_INLINE spdlog_ex::spdlog_ex(const std::string &msg, int last_errno)
+ {
+ memory_buf_t outbuf;
+- fmt::format_system_error(outbuf, last_errno, msg);
++ fmt::format_system_error(outbuf, last_errno, msg.c_str());
+ msg_ = fmt::to_string(outbuf);
+ }
+