git: 03835e702fda - main - devel/folly: Broken on powerpc64 and powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:37:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=03835e702fdaf18d6b2751f585762ac4ddf296ff commit 03835e702fdaf18d6b2751f585762ac4ddf296ff Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-21 19:36:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-21 19:37:07 +0000 devel/folly: Broken on powerpc64 and powerpc Reported by: fallout --- devel/folly/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \