Add compiler:c++11-lang to USES to fix build on GCC-based systems:

vendor/ls-qpack/lsqpack.c:5166: error: #pragma GCC diagnostic not allowed inside functions

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-11-16 01:38:43 +00:00
parent ed12d78caf
commit 70f746c8aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555440

View File

@ -13,7 +13,7 @@ COMMENT= Python wrapper for the ls-qpack QPACK library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USES= compiler:c++11-lang python:3.5+
USE_PYTHON= autoplist concurrent distutils
do-test: