Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 10:19:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r551911 - branches/2020Q4/finance/beancount
Message-ID:  <202010101019.09AAJmmV061532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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