summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-09-25 21:40:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-09-25 21:40:54 +0000
commit9803d5edab2707000c3b2ff84953bacc0293eead (patch)
tree143b3fd6358bde04d64b0488cac3bc725c377673
parentFix the build after 305902 change ufs inode related structs. (diff)
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@
-rw-r--r--java/aparapi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/aparapi/Makefile b/java/aparapi/Makefile
index 5f9a4a502f82..b00a3f730a45 100644
--- a/java/aparapi/Makefile
+++ b/java/aparapi/Makefile
@@ -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