diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-20 05:20:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-20 05:20:26 +0000 |
commit | 4252dbf76b82c69a455075a144e3d5517f10807f (patch) | |
tree | 8dbe1eaf7ffcf50057cd1798fa2804b4eb24cdc7 | |
parent | finance/quickfix: Update to 1.15.1 (diff) |
devel/folly: Broken on 13 due to clang crashes
Notes
Notes:
svn path=/head/; revision=504617
-rw-r--r-- | devel/folly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/folly/Makefile b/devel/folly/Makefile index fce5952b4795..b17e9b46da51 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -15,6 +15,7 @@ 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 \ |