1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Change USES to compiler:c11 to fix latest build error on GCC-based

systems:

  c/_cffi_backend.c:6344: error: #pragma GCC diagnostic not allowed inside functions

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-12-12 04:04:11 +00:00
parent 63b3d200c4
commit 757ce7c7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557786

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libffi.so:devel/libffi
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=0:devel/py-pycparser@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= compiler localbase python
USES= compiler:c11 localbase python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.pre.mk>