svn commit: r473369 - head/devel/hwloc

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Jun 26 03:18:31 UTC 2018


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


More information about the svn-ports-all mailing list