diff options
author | yuri <yuri@FreeBSD.org> | 2019-06-20 13:20:26 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-06-20 13:20:26 +0800 |
commit | 6c4c9b13da4ee9e4cfb5bb92d8edfbcae3ce06b7 (patch) | |
tree | 8dbe1eaf7ffcf50057cd1798fa2804b4eb24cdc7 /devel/folly | |
parent | 753094b336b51cd13338c16504129566948a16e5 (diff) | |
download | freebsd-ports-gnome-6c4c9b13da4ee9e4cfb5bb92d8edfbcae3ce06b7.tar.gz freebsd-ports-gnome-6c4c9b13da4ee9e4cfb5bb92d8edfbcae3ce06b7.tar.zst freebsd-ports-gnome-6c4c9b13da4ee9e4cfb5bb92d8edfbcae3ce06b7.zip |
devel/folly: Broken on 13 due to clang crashes
Diffstat (limited to 'devel/folly')
-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 \ |