security/highwayhash: unbreak aarch64
Builds fine.
This commit is contained in:
parent
30533da3fd
commit
70836368fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551925
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue