svn commit: r551911 - branches/2020Q4/finance/beancount
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Oct 10 10:19:48 UTC 2020
Author: pkubaj
Date: Sat Oct 10 10:19:47 2020
New Revision: 551911
URL: https://svnweb.freebsd.org/changeset/ports/551911
Log:
MFH: r551664
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
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q4/finance/beancount/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/finance/beancount/Makefile
==============================================================================
--- branches/2020Q4/finance/beancount/Makefile Sat Oct 10 08:51:40 2020 (r551910)
+++ branches/2020Q4/finance/beancount/Makefile Sat Oct 10 10:19:47 2020 (r551911)
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:w
${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
More information about the svn-ports-all
mailing list