diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:30:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:30:10 +0100 |
commit | 86952b9a60854e90c93b5f3e67dc21586e8fb699 (patch) | |
tree | 2b38070865650189482d89cd67081135ffdbc09d /dev-libs/spdlog/files/libfmt8.patch | |
parent | 2c2f020ba1c507d45e4f3f22424bbd1ceb740234 (diff) |
dev-libs/spdlog : fixed in Gentoo, drop from overlay ( https://bugs.gentoo.org/797394 )
Diffstat (limited to 'dev-libs/spdlog/files/libfmt8.patch')
-rw-r--r-- | dev-libs/spdlog/files/libfmt8.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/spdlog/files/libfmt8.patch b/dev-libs/spdlog/files/libfmt8.patch deleted file mode 100644 index 8d38335f..00000000 --- a/dev-libs/spdlog/files/libfmt8.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } - |