svn commit: r548109 - head/devel/folly

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 9 17:14:42 UTC 2020


Author: yuri
Date: Wed Sep  9 17:14:41 2020
New Revision: 548109
URL: https://svnweb.freebsd.org/changeset/ports/548109

Log:
  devel/folly: Remove BROKEN_FreeBSD_13 because it builds now on 13
  
  Reported by:	linimon

Modified:
  head/devel/folly/Makefile

Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile	Wed Sep  9 17:05:25 2020	(r548108)
+++ head/devel/folly/Makefile	Wed Sep  9 17:14:41 2020	(r548109)
@@ -12,7 +12,6 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168
-BROKEN_FreeBSD_13=	clang crashes: https://bugs.llvm.org/show_bug.cgi?id=42338
 
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \
 		libdouble-conversion.so:devel/double-conversion \


More information about the svn-ports-all mailing list