finance/beancount: fix build on GCC architectures

Use C11 compiler:
beancount/parser/lexer.c:172: error: redefinition of typedef 'yyscan_t'
beancount/parser/parser.h:11: error: previous declaration of 'yyscan_t' was here
This commit is contained in:
Piotr Kubaj 2020-10-07 21:12:53 +00:00
parent 051046aec9
commit 778fe103a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551664

View File

@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F
${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
USES= python:3.5+
USES= compiler:c11 python:3.5+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils noflavors