aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-21 19:36:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-21 19:37:22 +0000
commit732b698c6cd6d1a54c1fa69bf945c84c8ad1bcac (patch)
treeab0f9a4728e58d13035ab30c99b8ee71f4bdc2a5
parent4c63f3f61aff6abad981b89f7ab276831b9733c7 (diff)
downloadports-732b698c6cd6d1a54c1fa69bf945c84c8ad1bcac.tar.gz
ports-732b698c6cd6d1a54c1fa69bf945c84c8ad1bcac.zip
devel/folly: Broken on powerpc64 and powerpc
Reported by: fallout (cherry picked from commit 03835e702fdaf18d6b2751f585762ac4ddf296ff)
-rw-r--r--devel/folly/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/folly/Makefile b/devel/folly/Makefile
index b309fc079609..4a86207e6017 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 \