diff options
author | Alex Dupre <ale@FreeBSD.org> | 2022-04-13 14:47:01 +0200 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2022-04-13 15:56:48 +0200 |
commit | e26af9cd588079493e1843ec3e3411c46cdb5757 (patch) | |
tree | 7813423b66f8702825c0cc4a7fc3ff2fda640039 /lang/solidity/files/patch-libevmasm_Instruction.h | |
parent | devel/subversion-lts: Update to latest 1.10.x version which fix two CVEs (diff) |
lang/solidity: update to 0.8.13 release.
Diffstat (limited to 'lang/solidity/files/patch-libevmasm_Instruction.h')
-rw-r--r-- | lang/solidity/files/patch-libevmasm_Instruction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/solidity/files/patch-libevmasm_Instruction.h b/lang/solidity/files/patch-libevmasm_Instruction.h index ddefe0e6d4cf..3b8c13e7d7e6 100644 --- a/lang/solidity/files/patch-libevmasm_Instruction.h +++ b/lang/solidity/files/patch-libevmasm_Instruction.h @@ -1,8 +1,8 @@ ---- libevmasm/Instruction.h.orig 2020-12-16 17:41:40 UTC +--- libevmasm/Instruction.h.orig 2022-03-16 14:18:52 UTC +++ libevmasm/Instruction.h -@@ -27,6 +27,8 @@ +@@ -26,6 +26,8 @@ + #include <libsolutil/Common.h> #include <libsolutil/Assertions.h> - #include <functional> +#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0 + |