svn commit: r451758 - head/security/highwayhash
Mark Linimon
linimon at FreeBSD.org
Wed Oct 11 16:07:31 UTC 2017
Author: linimon
Date: Wed Oct 11 16:07:30 2017
New Revision: 451758
URL: https://svnweb.freebsd.org/changeset/ports/451758
Log:
The correct spelling of the arch is 'aarch64'.
Approved by: maintainer (email)
Modified:
head/security/highwayhash/Makefile
Modified: head/security/highwayhash/Makefile
==============================================================================
--- head/security/highwayhash/Makefile Wed Oct 11 16:05:10 2017 (r451757)
+++ head/security/highwayhash/Makefile Wed Oct 11 16:07:30 2017 (r451758)
@@ -11,7 +11,7 @@ COMMENT= Fast strong hash functions: SipHash/HighwayHa
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 arm64 powerpc powerpc64
+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
More information about the svn-ports-head
mailing list