summaryrefslogtreecommitdiff
path: root/www/librtcdcpp/files/patch-src_Logging.cpp
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-10 01:29:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-10 01:29:13 +0000
commitd4ae43bf69ca4926585b3a8fd28e6795898394cd (patch)
tree336c820474f57c4b339a84d234a977deeecaa0d7 /www/librtcdcpp/files/patch-src_Logging.cpp
parentdevel/spdlog: Update 1.4.2 -> 1.5.0; Change to shared library (diff)
New port: www/librtcdcpp: Simple WebRTC DataChannels library
Notes
Notes: svn path=/head/; revision=531279
Diffstat (limited to 'www/librtcdcpp/files/patch-src_Logging.cpp')
-rw-r--r--www/librtcdcpp/files/patch-src_Logging.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/librtcdcpp/files/patch-src_Logging.cpp b/www/librtcdcpp/files/patch-src_Logging.cpp
new file mode 100644
index 000000000000..f40aafa46401
--- /dev/null
+++ b/www/librtcdcpp/files/patch-src_Logging.cpp
@@ -0,0 +1,13 @@
+--- src/Logging.cpp.orig 2020-04-10 01:02:36 UTC
++++ src/Logging.cpp
+@@ -27,6 +27,10 @@
+
+ #include "rtcdcpp/Logging.hpp"
+
++#ifndef SPDLOG_DISABLED
++#include <spdlog/sinks/stdout_color_sinks.h>
++#endif
++
+ namespace rtcdcpp {
+
+ #ifndef SPDLOG_DISABLED