Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 16:59:06 +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: r488223 - head/x11-fonts/py-compreffor
Message-ID:  <201812231659.wBNGx6nK027633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec 23 16:59:05 2018
New Revision: 488223
URL: https://svnweb.freebsd.org/changeset/ports/488223

Log:
  This port requires USES=compiler:c++11-lang to fix build on GCC-based
  architectures.
  
  PR:		234087
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/x11-fonts/py-compreffor/Makefile

Modified: head/x11-fonts/py-compreffor/Makefile
==============================================================================
--- head/x11-fonts/py-compreffor/Makefile	Sun Dec 23 16:54:24 2018	(r488222)
+++ head/x11-fonts/py-compreffor/Makefile	Sun Dec 23 16:59:05 2018	(r488223)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fonttools>=3.1:print/py-fonttools@${PY_FLAVOR}
 
-USES=		python zip
+USES=		compiler:c++11-lang python zip
 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?201812231659.wBNGx6nK027633>