svn commit: r558842 - head/sysutils/roct

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 21 16:18:06 UTC 2020


Author: pkubaj
Date: Mon Dec 21 16:18:06 2020
New Revision: 558842
URL: https://svnweb.freebsd.org/changeset/ports/558842

Log:
  sysutils/roct: enable on powerpc64
  
  Builds fine.

Modified:
  head/sysutils/roct/Makefile

Modified: head/sysutils/roct/Makefile
==============================================================================
--- head/sysutils/roct/Makefile	Mon Dec 21 16:13:40 2020	(r558841)
+++ head/sysutils/roct/Makefile	Mon Dec 21 16:18:06 2020	(r558842)
@@ -11,7 +11,7 @@ COMMENT=	Radeon Open Compute Thunk Interface
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 LIB_DEPENDS=	libpci.so:devel/libpci
 


More information about the svn-ports-all mailing list