Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 17:14:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548109 - head/devel/folly
Message-ID:  <202009091714.089HEgpl024103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009091714.089HEgpl024103>