From 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 16 Jul 2022 11:37:16 -0700 Subject: [PATCH] lang/pocl: Broken on i386 Reported by: fallout --- lang/pocl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 15d285260bd2..03bc407cca13 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= only tested on ${ONLY_FOR_ARCHS:tW:S/ /, /g} +BROKEN_i386= Unable to access file /wrkdirs/usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-i386-portbld-freebsd13.0-avx.bc:No such file or directory BUILD_DEPENDS= llvm${LLVM_VERSION}>=10:devel/llvm${LLVM_VERSION} \ opencl>=2.2:devel/opencl