git: d9e39c6fd6d7 - main - devel/folly: Broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 20 Dec 2024 06:06:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9e39c6fd6d75f00b89cddecc9a917a641f798eb

commit d9e39c6fd6d75f00b89cddecc9a917a641f798eb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-20 05:07:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-20 06:05:49 +0000

    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)