aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-04 03:48:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-04 03:48:19 +0000
commit72a26fca7b35badd5091a4803548e80d24998b2e (patch)
tree6cca68a16d045d6e71c76eb01c33ca8339bb6464
parent03917afc5bd3627d83215e251103568ce1dfbb72 (diff)
downloadports-72a26fca7b35badd5091a4803548e80d24998b2e.tar.gz
ports-72a26fca7b35badd5091a4803548e80d24998b2e.zip
databases/tarantool: Sort NOT_FOR_ARCHS
Approved by: portmgr (blanket)
-rw-r--r--databases/tarantool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile
index 327792dea786..ee459c998b8d 100644
--- a/databases/tarantool/Makefile
+++ b/databases/tarantool/Makefile
@@ -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 i386
+NOT_FOR_ARCHS= armv6 i386 powerpc64 sparc64
NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture
BUILD_DEPENDS= gsed:textproc/gsed \