summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2018-10-28 15:09:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-31 19:54:30 +0100
commit880e765a4b6522076168432e914189066b1ef774 (patch)
treea1831a956053a07b4043f15bc4d683998754aed0 /dev-libs/spdlog
parentdev-libs/spdlog: drop 0.17.0 (diff)
downloadgentoo-880e765a4b6522076168432e914189066b1ef774.tar.gz
gentoo-880e765a4b6522076168432e914189066b1ef774.tar.bz2
gentoo-880e765a4b6522076168432e914189066b1ef774.zip
dev-libs/spdlog: fix compilation error
Closes: https://bugs.gentoo.org/656350 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r--dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch8
1 files changed, 4 insertions, 4 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
index 9b04f276ba55..c039dc47a6ae 100644
--- a/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch
+++ b/dev-libs/spdlog/files/spdlog-1.0.0-unbundle-fmt.patch
@@ -1,18 +1,18 @@
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
+@@ -17,9 +17,7 @@
#ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0
--#endif
+ #endif
-#include "bundled/core.h"
-#include "bundled/format.h"
-#else // external fmtlib
+#endif // external fmtlib
++
#include <fmt/core.h>
#include <fmt/format.h>
- #endif
+-#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