1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Remove i386 from the viable platforms list.

The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a
internal error.

PR:		210672
Submitted by:	maintainer@
This commit is contained in:
Koop Mast 2016-09-25 21:40:54 +00:00
parent 54d478b929
commit 9803d5edab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422757

View File

@ -16,7 +16,7 @@ BUILD_DEPENDS= opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
RUN_DEPENDS= opencl>=0:devel/opencl
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS= amd64
USE_GITHUB= yes