svn commit: r483812 - head/devel/hwloc

Mark Linimon linimon at FreeBSD.org
Fri Nov 2 14:33:30 UTC 2018


Author: linimon
Date: Fri Nov  2 14:33:29 2018
New Revision: 483812
URL: https://svnweb.freebsd.org/changeset/ports/483812

Log:
  Allow building on powerpc64.
  
  Reported by:	Piotr Kubaj

Modified:
  head/devel/hwloc/Makefile

Modified: head/devel/hwloc/Makefile
==============================================================================
--- head/devel/hwloc/Makefile	Fri Nov  2 14:27:00 2018	(r483811)
+++ head/devel/hwloc/Makefile	Fri Nov  2 14:33:29 2018	(r483812)
@@ -12,7 +12,7 @@ COMMENT=	Portable Hardware Locality software package
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=		amd64 aarch64 armv6 armv7 i386
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	has not been ported to this architecture
 
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess


More information about the svn-ports-all mailing list