Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 21:35:10 +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: r543883 - head/math/py-kiwisolver
Message-ID:  <202007312135.06VLZAYv010211@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Jul 31 21:35:10 2020
New Revision: 543883
URL: https://svnweb.freebsd.org/changeset/ports/543883

Log:
  Restore r543838 to fix build on GCC-based systems.
  
  Approved by:	portmgr (antoine)

Modified:
  head/math/py-kiwisolver/Makefile

Modified: head/math/py-kiwisolver/Makefile
==============================================================================
--- head/math/py-kiwisolver/Makefile	Fri Jul 31 20:40:47 2020	(r543882)
+++ head/math/py-kiwisolver/Makefile	Fri Jul 31 21:35:10 2020	(r543883)
@@ -12,7 +12,7 @@ COMMENT=	Fast implementation of the Cassowary constrai
 
 LICENSE=	BSD3CLAUSE
 
-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?202007312135.06VLZAYv010211>