From d9e39c6fd6d75f00b89cddecc9a917a641f798eb Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 19 Dec 2024 21:07:27 -0800 Subject: [PATCH] devel/folly: Broken on 13 Reported by: fallout --- devel/folly/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/folly/Makefile b/devel/folly/Makefile index 629e84fdc95e..5a3b8d32edcd 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/facebook/folly LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= compilation fails: use of undeclared identifier 'clearenv' 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)