Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 16:18:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558842 - head/sysutils/roct
Message-ID:  <202012211618.0BLGI63I059204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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