diff --git a/devel/simdjson/Makefile b/devel/simdjson/Makefile index f2b488596f4a..20202738fdd1 100644 --- a/devel/simdjson/Makefile +++ b/devel/simdjson/Makefile @@ -1,26 +1,27 @@ PORTNAME= simdjson DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= olevole@olevole.ru COMMENT= Parsing gigabytes of JSON per second WWW= https://simdjson.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= does not build (error: unknown type name '__uint128_t') -CXXFLAGS_powerpc64= -mpower8-vector - USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes CMAKE_TESTING_ON= SIMDJSON_DEVELOPER_MODE CMAKE_TESTING_OFF= SIMDJSON_JUST_LIBRARY CMAKE_ON= SIMDJSON_JUST_LIBRARY \ BUILD_SHARED_LIBS +CXXFLAGS_i386+= -DSIMDJSON_NO_PORTABILITY_WARNING +CXXFLAGS_powerpc64= -mpower8-vector + .include