1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-29 00:20:40 -04:00
ports/lang/solidity/files/patch-libevmasm_Instruction.h
2020-12-17 13:32:27 +00:00

11 lines
286 B
C++

--- libevmasm/Instruction.h.orig 2020-12-16 17:41:40 UTC
+++ libevmasm/Instruction.h
@@ -27,6 +27,8 @@
#include <libsolutil/Assertions.h>
#include <functional>
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
namespace solidity::evmasm
{