svn commit: r484856 - head/devel/cltune

Johannes M Dieterich jmd at FreeBSD.org
Tue Nov 13 04:14:37 UTC 2018


Author: jmd
Date: Tue Nov 13 04:14:35 2018
New Revision: 484856
URL: https://svnweb.freebsd.org/changeset/ports/484856

Log:
  devel/cltune: Unbreak on gcc architectures.
  
  PR:		232670
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/devel/cltune/Makefile

Modified: head/devel/cltune/Makefile
==============================================================================
--- head/devel/cltune/Makefile	Tue Nov 13 03:27:51 2018	(r484855)
+++ head/devel/cltune/Makefile	Tue Nov 13 04:14:35 2018	(r484856)
@@ -11,13 +11,11 @@ COMMENT=	Library to tune OpenCL kernels
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to build: GCC version must be at least 4.7
-
 BUILD_DEPENDS=	opencl>=0:devel/opencl
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	CNugteren


More information about the svn-ports-all mailing list