aboutsummaryrefslogtreecommitdiffstats
path: root/community/spdlog/cassert.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-03 04:01:10 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-03 12:13:04 +0100
commitdd502921478ee7eeaeace500929d294a09487a28 (patch)
treeecbd7d0105869ddc2c71b6cfbe84ecdc3ea30e1e /community/spdlog/cassert.patch
parentdd8a947d2130b90fc7fb0b2d15cc2153a8393224 (diff)
downloadaports-dd502921478ee7eeaeace500929d294a09487a28.tar.bz2
aports-dd502921478ee7eeaeace500929d294a09487a28.tar.xz
rebuild against libfmt-6.1.0
The soname didn't change but it still broke.
Diffstat (limited to 'community/spdlog/cassert.patch')
-rw-r--r--community/spdlog/cassert.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/spdlog/cassert.patch b/community/spdlog/cassert.patch
new file mode 100644
index 0000000000..18c87b816c
--- /dev/null
+++ b/community/spdlog/cassert.patch
@@ -0,0 +1,25 @@
+diff --git a/include/spdlog/details/pattern_formatter-inl.h b/include/spdlog/details/pattern_formatter-inl.h
+index 1b95eb6..a77a472 100644
+--- a/include/spdlog/details/pattern_formatter-inl.h
++++ b/include/spdlog/details/pattern_formatter-inl.h
+@@ -15,6 +15,7 @@
+
+ #include <array>
+ #include <chrono>
++#include <cassert>
+ #include <ctime>
+ #include <cctype>
+ #include <cstring>
+diff --git a/include/spdlog/details/thread_pool-inl.h b/include/spdlog/details/thread_pool-inl.h
+index 77d0b1f..c773149 100644
+--- a/include/spdlog/details/thread_pool-inl.h
++++ b/include/spdlog/details/thread_pool-inl.h
+@@ -9,6 +9,8 @@
+
+ #include "spdlog/common.h"
+
++#include <cassert>
++
+ namespace spdlog {
+ namespace details {
+