diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-04-10 15:01:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-10 22:49:25 +0200 |
commit | 706d1a3c5d2df832221d877f9f17fe9f680d8e17 (patch) | |
tree | ae58efd7beefc1c28652268f00e200faca1be1d7 /dev-libs/spdlog/files | |
parent | net-mail/b4: bump to 0.3.7 (diff) | |
download | gentoo-706d1a3c5d2df832221d877f9f17fe9f680d8e17.tar.gz gentoo-706d1a3c5d2df832221d877f9f17fe9f680d8e17.tar.bz2 gentoo-706d1a3c5d2df832221d877f9f17fe9f680d8e17.zip |
dev-libs/spdlog: remove unused patch(es)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15288
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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, 0 insertions, 29 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 deleted file mode 100644 index c039dc47a6ae..000000000000 --- a/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch +++ /dev/null @@ -1,29 +0,0 @@ -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 -@@ -17,9 +17,7 @@ - #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> |