svn commit: r471449 - head/devel/py-pyicu

Antoine Brodin antoine at FreeBSD.org
Sun Jun 3 06:00:43 UTC 2018


Author: antoine
Date: Sun Jun  3 06:00:42 2018
New Revision: 471449
URL: https://svnweb.freebsd.org/changeset/ports/471449

Log:
  Add back USE_CXXSTD and unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-pyicu/Makefile

Modified: head/devel/py-pyicu/Makefile
==============================================================================
--- head/devel/py-pyicu/Makefile	Sun Jun  3 05:59:04 2018	(r471448)
+++ head/devel/py-pyicu/Makefile	Sun Jun  3 06:00:42 2018	(r471449)
@@ -18,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libicudata.so:devel/icu
 
 USES=		compiler:c++11-lang python
+USE_CXXSTD=	c++11
 USE_PYTHON=	distutils autoplist
 
 MAKE_ENV+=	PYICU_INCLUDES="${LOCALBASE}/include" \


More information about the svn-ports-all mailing list