git: 9ae9767de547 - main - misc/ola: Attempt to fix the build failure on 15-CURRENT

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 21 Apr 2024 22:19:23 UTC
The branch main has been updated by yuri:

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

commit 9ae9767de547377fbb6e8f741a823d4ba7326391
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-21 22:10:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-21 22:10:46 +0000

    misc/ola: Attempt to fix the build failure on 15-CURRENT
    
    Reported by:    fallout
---
 misc/ola/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index 06ddb1be19da..db19e4ec783b 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -20,6 +20,7 @@ TEST_DEPENDS=	cppunit>0:devel/cppunit
 USES=		bison gmake libtool localbase pkgconfig
 USE_LDCONFIG=	yes
 
+CXXFLAGS+=	-Wno-c2x-extensions # workaround for https://github.com/OpenLightingProject/ola/issues/1962
 LDFLAGS+=	-lprotobuf # workaround for https://github.com/OpenLightingProject/ola/issues/1871
 
 GNU_CONFIGURE=	yes