aboutsummaryrefslogtreecommitdiff
path: root/net-im/mtxclient
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-04 14:04:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-04-04 14:04:42 +0000
commit199b7d63fe575284c9161494e2257791716e7694 (patch)
treefff15a9da5a4430361339198a81f353235fcc2f7 /net-im/mtxclient
parent489d34978c09c2a28e1071a5463b3b3a61f8c889 (diff)
downloadports-199b7d63fe575284c9161494e2257791716e7694.tar.gz
ports-199b7d63fe575284c9161494e2257791716e7694.zip
Notes
Diffstat (limited to 'net-im/mtxclient')
-rw-r--r--net-im/mtxclient/files/patch-lib_http_session.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/mtxclient/files/patch-lib_http_session.cpp b/net-im/mtxclient/files/patch-lib_http_session.cpp
new file mode 100644
index 000000000000..926a46a5ac12
--- /dev/null
+++ b/net-im/mtxclient/files/patch-lib_http_session.cpp
@@ -0,0 +1,10 @@
+https://github.com/Nheko-Reborn/mtxclient/issues/11
+
+--- lib/http/session.cpp.orig 2018-09-21 18:29:59 UTC
++++ lib/http/session.cpp
+@@ -1,4 +1,5 @@
+ #include "mtxclient/http/session.hpp"
++#include <iostream> // for std::cout
+
+ using namespace mtx::http;
+