aboutsummaryrefslogtreecommitdiff
path: root/security/highwayhash
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
commitf1696c0036d9217bb6826834f7a36d1edc5503a2 (patch)
tree9332e3d29b9f67e05c02052339c1fc25be6de3b5 /security/highwayhash
parent3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff)
downloadports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz
ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip
Notes
Diffstat (limited to 'security/highwayhash')
-rw-r--r--security/highwayhash/Makefile3
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