arm64 has no meaning here. The correct spelling is aarch64.

Since the port needs sse functions, it won't run there anyway.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-06-26 22:37:10 +00:00
parent 31f0a78f6e
commit aedb6389cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444420

View File

@ -23,7 +23,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libsoup-2.4.so:devel/libsoup \
libtiff.so:graphics/tiff
ONLY_FOR_ARCHS= amd64 arm64
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \