diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-10 01:29:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-10 01:29:13 +0000 |
commit | d4ae43bf69ca4926585b3a8fd28e6795898394cd (patch) | |
tree | 336c820474f57c4b339a84d234a977deeecaa0d7 /www/librtcdcpp/files/patch-src_Logging.cpp | |
parent | devel/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.cpp | 13 |
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 |