git: 904f2716b9fe - main - devel/flatcc: Fix build on some systems by removing -Werror

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 24 Mar 2023 06:17:08 UTC
The branch main has been updated by yuri:

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

commit 904f2716b9fe0e21782b98fb6a4af1e6ce2dea12
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-24 06:16:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-24 06:16:29 +0000

    devel/flatcc: Fix build on some systems by removing -Werror
    
    Reported by:    fallout
---
 devel/flatcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/flatcc/Makefile b/devel/flatcc/Makefile
index 0c7c3cab89ec..14e640037264 100644
--- a/devel/flatcc/Makefile
+++ b/devel/flatcc/Makefile
@@ -17,7 +17,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	dvidelabs
 
 CMAKE_ON=	BUILD_SHARED_LIBS FLATCC_INSTALL
-CMAKE_OFF=	FLATCC_TEST
+CMAKE_OFF=	FLATCC_TEST FLATCC_ALLOW_WERROR
 
 PLIST_SUB=	SUFFIX=${WITH_DEBUG:D_d}