Date: Fri, 31 Jul 2020 00:37:23 +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: r543838 - head/math/py-kiwisolver Message-ID: <202007310037.06V0bNms033977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Jul 31 00:37:23 2020 New Revision: 543838 URL: https://svnweb.freebsd.org/changeset/ports/543838 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) Modified: head/math/py-kiwisolver/Makefile Modified: head/math/py-kiwisolver/Makefile ============================================================================== --- head/math/py-kiwisolver/Makefile Fri Jul 31 00:09:04 2020 (r543837) +++ head/math/py-kiwisolver/Makefile Fri Jul 31 00:37:23 2020 (r543838) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} -USES= python +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007310037.06V0bNms033977>