svn commit: r509733 - head/devel/pthreadpool

Piotr Kubaj pkubaj at FreeBSD.org
Sat Aug 24 19:09:06 UTC 2019


Author: pkubaj
Date: Sat Aug 24 19:09:06 2019
New Revision: 509733
URL: https://svnweb.freebsd.org/changeset/ports/509733

Log:
  devel/pthreadpool: fix build with GCC architectures
  
  Use newer GCC than what base offers:
  /wrkdirs/usr/ports/devel/pthreadpool/work/pthreadpool-6673a4c/src/threadpool-pthreads.c:59:4: error: #error "Unsupported platform"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/pthreadpool/Makefile

Modified: head/devel/pthreadpool/Makefile
==============================================================================
--- head/devel/pthreadpool/Makefile	Sat Aug 24 19:05:40 2019	(r509732)
+++ head/devel/pthreadpool/Makefile	Sat Aug 24 19:09:06 2019	(r509733)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/fxdiv.h:devel/fxdiv
 
-USES=		cmake localbase
+USES=		cmake compiler:c11 localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	Maratyszcza
 GH_TAGNAME=	6673a4c


More information about the svn-ports-head mailing list