From ef5565900be470498be7cf311efdbbdaa113eada Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 22 Aug 2019 14:21:03 +0000 Subject: [PATCH] Mark as not for powerpc*/sparc64: -- Check if the system is big endian - big endian CMake Error at CMakeLists.txt:24 (message): solidity currently does not support big endian systems. Approved by: portmgr (tier-2 blanket) --- lang/solidity/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile index 9a88c6266643..b5f4d0b3b902 100644 --- a/lang/solidity/Makefile +++ b/lang/solidity/Makefile @@ -16,6 +16,9 @@ LICENSE= GPLv3 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp +NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64 +NOT_FOR_ARCHS_REASON= solidity currently does not support big endian systems + USES= cmake compiler:c++14-lang OPTIONS_DEFINE= Z3 CVC4