Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2019 16:59:50 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496840 - head/net-im/mtxclient/files
Message-ID:  <201903251659.x2PGxoGq053900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Mon Mar 25 16:59:50 2019
New Revision: 496840
URL: https://svnweb.freebsd.org/changeset/ports/496840

Log:
  Fix build of net-im/mtxclient by patching out one more "json.hpp".
  
  Pointy hat: adridg@
  
  Reported by:	antoine

Added:
  head/net-im/mtxclient/files/patch-tests_utils.cpp   (contents, props changed)

Added: head/net-im/mtxclient/files/patch-tests_utils.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/mtxclient/files/patch-tests_utils.cpp	Mon Mar 25 16:59:50 2019	(r496840)
@@ -0,0 +1,10 @@
+--- tests/utils.cpp.orig	2019-03-25 16:55:59 UTC
++++ tests/utils.cpp
+@@ -1,6 +1,6 @@
+ #include <gtest/gtest.h>
+ 
+-#include "json.hpp"
++#include "nlohmann/json.hpp"
+ #include <mtxclient/crypto/client.hpp>
+ 
+ #include <olm/olm.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903251659.x2PGxoGq053900>