1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

security/highwayhash: unbreak aarch64

Builds fine.
This commit is contained in:
Piotr Kubaj 2020-10-10 12:35:21 +00:00
parent 30533da3fd
commit 70836368fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551925

View File

@ -12,7 +12,6 @@ COMMENT= Fast strong hash functions: SipHash/HighwayHash
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h