You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libixion/files/libixion-9999-spdlog-non-bu...

26 lines
700 B

From 389c8def65406ae92077686a2e9095afebab28f4 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Wed, 24 Jul 2019 20:01:01 +0200
Subject: [PATCH] Fix build when built against spdlog without bundled fmt
---
src/libixion/dirty_cell_tracker.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libixion/dirty_cell_tracker.cpp b/src/libixion/dirty_cell_tracker.cpp
index 42d338b..7e6e3cc 100644
--- a/src/libixion/dirty_cell_tracker.cpp
+++ b/src/libixion/dirty_cell_tracker.cpp
@@ -16,7 +16,7 @@
#include <limits>
#include <spdlog/spdlog.h>
-#include <spdlog/fmt/bundled/ostream.h>
+#include <spdlog/fmt/ostr.h>
namespace ixion {
--
2.22.0