diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:06:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-15 09:06:24 +0000 |
commit | 7ea30333243cc66e87cac16a74b223a8e75a4054 (patch) | |
tree | 5ac4ddb1132ccd33cae2e63c7b84099f6f4d55af /databases/tarantool | |
parent | www/webkit2-gtk3: fix build to allow eclipse to work (diff) |
Mark various ports BROKEN on aarch64.
Obtained from: local run @lonesome.com
Notes
Notes:
svn path=/head/; revision=555174
Diffstat (limited to 'databases/tarantool')
-rw-r--r-- | databases/tarantool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index 775a779f9eae..b78a2120ccbb 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -11,6 +11,7 @@ COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE 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 NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture |