Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 12:35:21 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551925 - head/security/highwayhash
Message-ID:  <202010101235.09ACZLVP048223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Oct 10 12:35:21 2020
New Revision: 551925
URL: https://svnweb.freebsd.org/changeset/ports/551925

Log:
  security/highwayhash: unbreak aarch64
  
  Builds fine.

Modified:
  head/security/highwayhash/Makefile

Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile	Sat Oct 10 12:29:36 2020	(r551924)
+++ head/security/highwayhash/Makefile	Sat Oct 10 12:35:21 2020	(r551925)
@@ -12,7 +12,6 @@ COMMENT=	Fast strong hash functions: SipHash/HighwayHa
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101235.09ACZLVP048223>