mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
Closes: https://bugs.gentoo.org/827889 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23863 Signed-off-by: Sam James <sam@gentoo.org>
16 lines
539 B
Diff
16 lines
539 B
Diff
diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
|
|
index 24361f30..6b4fc14c 100644
|
|
--- a/include/spdlog/tweakme.h
|
|
+++ b/include/spdlog/tweakme.h
|
|
@@ -71,7 +71,9 @@
|
|
// In this case spdlog will try to include <fmt/format.h> so set your -I flag
|
|
// accordingly.
|
|
//
|
|
-// #define SPDLOG_FMT_EXTERNAL
|
|
+#ifndef SPDLOG_FMT_EXTERNAL
|
|
+#define SPDLOG_FMT_EXTERNAL
|
|
+#endif
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|