lang/solidity: try to fix build on -CURRENT

This commit is contained in:
Alex Dupre 2023-02-13 10:25:51 +01:00
parent 571600963b
commit 4cc8205e2f

View file

@ -32,6 +32,10 @@ Z3_CMAKE_OFF= USE_Z3
CVC4_CMAKE_OFF= USE_CVC4 CVC4_CMAKE_OFF= USE_CVC4
CVC4_BROKEN= solidity uses cvc4 which has been succeeded by cvc5 CVC4_BROKEN= solidity uses cvc4 which has been succeeded by cvc5
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
CXXFLAGS= -Wno-unqualified-std-cast-call
.endif
CMAKE_ARGS+= -DUSE_LD_GOLD=OFF -DTESTS=OFF \ CMAKE_ARGS+= -DUSE_LD_GOLD=OFF -DTESTS=OFF \
-DRANGE_V3_INCLUDE_DIR="${LOCALBASE}/include" \ -DRANGE_V3_INCLUDE_DIR="${LOCALBASE}/include" \
-DJSONCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/jsoncpp" \ -DJSONCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/jsoncpp" \