Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 04:04:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557786 - head/devel/py-cffi
Message-ID:  <202012120404.0BC44BDT028671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 04:04:11 2020
New Revision: 557786
URL: https://svnweb.freebsd.org/changeset/ports/557786

Log:
  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)

Modified:
  head/devel/py-cffi/Makefile

Modified: head/devel/py-cffi/Makefile
==============================================================================
--- head/devel/py-cffi/Makefile	Sat Dec 12 02:33:20 2020	(r557785)
+++ head/devel/py-cffi/Makefile	Sat Dec 12 04:04:11 2020	(r557786)
@@ -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>



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