Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 03:18:30 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473369 - head/devel/hwloc
Message-ID:  <201806260318.w5Q3IUoD013837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Jun 26 03:18:29 2018
New Revision: 473369
URL: https://svnweb.freebsd.org/changeset/ports/473369

Log:
  - Add aarch64 to the ONLY_FOR_ARCHS list. This port builds fine on aarch64.

Modified:
  head/devel/hwloc/Makefile

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Tue Jun 26 03:15:18 2018	(r473368)
+++ head/devel/hwloc/Makefile	Tue Jun 26 03:18:29 2018	(r473369)
@@ -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



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