summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-01-30 15:28:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-01-30 15:28:48 +0000
commit434dd04be037f4670f0781c008304e91689f183b (patch)
treee4f2b27b640354f20a660c7f4de1d968a56c06b4
parentThis port requires python 3.6 or later. (diff)
devel/ispc: Add aarch64 to supported architectures
Reported by: greg@unrelenting.technology
Notes
Notes: svn path=/head/; revision=524646
-rw-r--r--devel/ispc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index dc9824dd86b5..87551138365c 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -13,8 +13,8 @@ COMMENT= Intel's compiler for high-performance SIMD programming
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= only available for x86 architectures
+ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS_REASON= only available for these architectures
BUILD_DEPENDS= m4:devel/m4
LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_DEFAULT}