diff options
author | David Roman <davidroman96@gmail.com> | 2018-08-07 12:25:23 +0200 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-08-08 17:21:38 -0400 |
commit | 8b0c05c847d692cc5f6d6c47caa5b9f29a925b2c (patch) | |
tree | be0cc18d277f5f34a0ff485a2f1b51676b2693e0 /dev-libs/spdlog/files | |
parent | dev-python/pillow: Add ~arm keyword wrt bug #659320 (diff) | |
download | gentoo-8b0c05c847d692cc5f6d6c47caa5b9f29a925b2c.tar.gz gentoo-8b0c05c847d692cc5f6d6c47caa5b9f29a925b2c.tar.bz2 gentoo-8b0c05c847d692cc5f6d6c47caa5b9f29a925b2c.zip |
dev-libs/spdlog: bump to 1.0.0
Closes: https://bugs.gentoo.org/662942
Diffstat (limited to 'dev-libs/spdlog/files')
-rw-r--r-- | dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch b/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch new file mode 100644 index 000000000000..9b04f276ba55 --- /dev/null +++ b/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch @@ -0,0 +1,29 @@ +diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h +--- a/include/spdlog/fmt/fmt.h ++++ b/include/spdlog/fmt/fmt.h +@@ -16,10 +16,7 @@ + #endif + #ifndef FMT_USE_WINDOWS_H + #define FMT_USE_WINDOWS_H 0 +-#endif +-#include "bundled/core.h" +-#include "bundled/format.h" +-#else // external fmtlib ++#endif // external fmtlib + #include <fmt/core.h> + #include <fmt/format.h> + #endif +diff --git a/include/spdlog/fmt/ostr.h b/include/spdlog/fmt/ostr.h +--- a/include/spdlog/fmt/ostr.h ++++ b/include/spdlog/fmt/ostr.h +@@ -11,8 +11,6 @@ + #ifndef FMT_HEADER_ONLY + #define FMT_HEADER_ONLY + #endif +-#include "bundled/ostream.h" +-#include "fmt.h" +-#else +-#include <fmt/ostream.h> + #endif ++ ++#include <fmt/ostream.h> |