svn commit: r559579 - head/java/aparapi

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 29 13:17:57 UTC 2020


Author: pkubaj
Date: Tue Dec 29 13:17:56 2020
New Revision: 559579
URL: https://svnweb.freebsd.org/changeset/ports/559579

Log:
  java/aparapi: enable on powerpc64
  
  Builds fine.

Modified:
  head/java/aparapi/Makefile

Modified: head/java/aparapi/Makefile
==============================================================================
--- head/java/aparapi/Makefile	Tue Dec 29 13:17:29 2020	(r559578)
+++ head/java/aparapi/Makefile	Tue Dec 29 13:17:56 2020	(r559579)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list