diff options
Diffstat (limited to 'databases/tarantool/Makefile')
-rw-r--r-- | databases/tarantool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index c170fe338de8..327792dea786 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -1,5 +1,5 @@ PORTNAME= tarantool -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= databases MASTER_SITES= https://download.tarantool.org/tarantool/src/ @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz BROKEN_riscv64= fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different siz -NOT_FOR_ARCHS= armv6 powerpc64 sparc64 +NOT_FOR_ARCHS= armv6 powerpc64 sparc64 i386 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture BUILD_DEPENDS= gsed:textproc/gsed \ |