1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

math/py-cypari2: fix build on GCC architectures

Use C11 compiler:
/usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
This commit is contained in:
Piotr Kubaj 2020-05-27 00:24:40 +00:00
parent 4a1c7ae221
commit 266f015af9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536665

View File

@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= sagemath
USES= perl5 python:3.6+
USES= compiler:c11 perl5 python:3.6+
USE_PERL5= build
USE_PYTHON= cython distutils