Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2019 19:09:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509733 - head/devel/pthreadpool
Message-ID:  <201908241909.x7OJ96lX055609@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908241909.x7OJ96lX055609>