diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-21 19:36:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-21 19:37:07 +0000 |
commit | 03835e702fdaf18d6b2751f585762ac4ddf296ff (patch) | |
tree | b94e2c59c97b2b50e6131a5fd475b1715e653033 | |
parent | 97c4bba50aa8abb8ab0d2d2a66710272629a0bf8 (diff) |
devel/folly: Broken on powerpc64 and powerpc
Reported by: fallout
-rw-r--r-- | devel/folly/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/folly/Makefile b/devel/folly/Makefile index 682eb2e90eff..e40a64f8ad03 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -11,6 +11,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168 +BROKEN_powerpc= compilation fails: Big endian requires a redesigned table (assert in folly/detail/base64_detail/Base64SWAR.cpp:107) +BROKEN_powerpc64= compilation fails: Big endian requires a redesigned table (assert in folly/detail/base64_detail/Base64SWAR.cpp:107) BUILD_DEPENDS= elfutils>0:devel/elfutils # workaround for missing symbols like DW_UT_compile: https://github.com/facebook/folly/issues/1654 LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \ |