From 70836368fe6a2f10ffa53dab96207ee853c0f647 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 10 Oct 2020 12:35:21 +0000 Subject: [PATCH] security/highwayhash: unbreak aarch64 Builds fine. --- security/highwayhash/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile index 2fed45f9705c..48353b949417 100644 --- a/security/highwayhash/Makefile +++ b/security/highwayhash/Makefile @@ -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