From 16ae7456777f0152feae5ef600543bf8a604479f Mon Sep 17 00:00:00 2001 From: danilo Date: Tue, 26 Jun 2018 03:18:29 +0000 Subject: - Add aarch64 to the ONLY_FOR_ARCHS list. This port builds fine on aarch64. --- devel/hwloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/hwloc/Makefile b/devel/hwloc/Makefile index 9cb3fd9dfe21..bae79571faca 100644 --- a/devel/hwloc/Makefile +++ b/devel/hwloc/Makefile @@ -28,7 +28,7 @@ USE_GNOME= libxml2 PORTDOCS= * -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= amd64 aarch64 armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= has not been ported to this architecture OPTIONS_DEFINE= CAIRO DOCS -- cgit