diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 14:41:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 14:41:29 +0000 |
commit | f1696c0036d9217bb6826834f7a36d1edc5503a2 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /security/highwayhash/Makefile | |
parent | 3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff) |
Notes
Diffstat (limited to 'security/highwayhash/Makefile')
-rw-r--r-- | security/highwayhash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile index 4871fe2360ea..9c99ececbb7f 100644 --- a/security/highwayhash/Makefile +++ b/security/highwayhash/Makefile @@ -11,7 +11,8 @@ COMMENT= Fast strong hash functions: SipHash/HighwayHash LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 +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 ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h USES= gmake |