summaryrefslogtreecommitdiff
path: root/lang/solidity/files
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2020-07-22 15:56:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2020-07-22 15:56:55 +0000
commit5776b86803da0e49654fc74c5ccbad1ac2c41607 (patch)
tree4da770db801af8532b8cb588a355158ad332e269 /lang/solidity/files
parentdevel/py-dill: Update 0.3.1.1 -> 0.3.2 (diff)
Update to 0.6.12 release.
Diffstat (limited to 'lang/solidity/files')
-rw-r--r--lang/solidity/files/patch-libsolutil_JSON.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/solidity/files/patch-libsolutil_JSON.cpp b/lang/solidity/files/patch-libsolutil_JSON.cpp
index c38d13c70f65..c9933c5f93ed 100644
--- a/lang/solidity/files/patch-libsolutil_JSON.cpp
+++ b/lang/solidity/files/patch-libsolutil_JSON.cpp
@@ -6,8 +6,8 @@
+/*
static_assert(
- (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 2),
- "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.2."
+ (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 3),
+ "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.3."
);
+*/