From 1a30c4837812aa105745f04c5fa483392932613f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 25 Mar 2019 16:59:50 +0000 Subject: [PATCH] Fix build of net-im/mtxclient by patching out one more "json.hpp". Pointy hat: adridg@ Reported by: antoine --- net-im/mtxclient/files/patch-tests_utils.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-im/mtxclient/files/patch-tests_utils.cpp diff --git a/net-im/mtxclient/files/patch-tests_utils.cpp b/net-im/mtxclient/files/patch-tests_utils.cpp new file mode 100644 index 000000000000..b3efcadd58b8 --- /dev/null +++ b/net-im/mtxclient/files/patch-tests_utils.cpp @@ -0,0 +1,10 @@ +--- tests/utils.cpp.orig 2019-03-25 16:55:59 UTC ++++ tests/utils.cpp +@@ -1,6 +1,6 @@ + #include + +-#include "json.hpp" ++#include "nlohmann/json.hpp" + #include + + #include