svn commit: r514566 - head/lang/pocl

Steve Wills swills at FreeBSD.org
Tue Oct 15 20:42:24 UTC 2019


Author: swills
Date: Tue Oct 15 20:42:23 2019
New Revision: 514566
URL: https://svnweb.freebsd.org/changeset/ports/514566

Log:
  Remove unneeded BROKEN_FreeBSD_10
  
  Reported by:	rene
  Pointyat to:	swills

Modified:
  head/lang/pocl/Makefile   (contents, props changed)

Modified: head/lang/pocl/Makefile
==============================================================================
--- head/lang/pocl/Makefile	Tue Oct 15 19:07:48 2019	(r514565)
+++ head/lang/pocl/Makefile	Tue Oct 15 20:42:23 2019	(r514566)
@@ -14,8 +14,6 @@ LICENSE_FILE=		${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	only tested on x86
 
-BROKEN_FreeBSD_10=	pocl is not supported on 10.x
-
 BUILD_DEPENDS=	llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} \
 				opencl>=2.1:devel/opencl
 LIB_DEPENDS=	libhwloc.so:devel/hwloc \


More information about the svn-ports-head mailing list