diff options
Diffstat (limited to 'devel/isa-l/Makefile')
-rw-r--r-- | devel/isa-l/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/isa-l/Makefile b/devel/isa-l/Makefile index d96e21dda554..c0e4b322358a 100644 --- a/devel/isa-l/Makefile +++ b/devel/isa-l/Makefile @@ -10,7 +10,9 @@ WWW= https://github.com/intel/isa-l LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 powerpc64le powerpc64 powerpc +# FIXME: aarch64 uses portable base functions for now. +# Upstream has optimized support for aarch64, but the code is not portable. +ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 powerpc64le BUILD_DEPENDS= nasm:devel/nasm |