diff options
author | Alex Dupre <ale@FreeBSD.org> | 2020-07-22 15:56:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2020-07-22 15:56:55 +0000 |
commit | 5776b86803da0e49654fc74c5ccbad1ac2c41607 (patch) | |
tree | 4da770db801af8532b8cb588a355158ad332e269 /lang/solidity/files | |
parent | devel/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.cpp | 4 |
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." ); +*/ |