Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 22:19:23 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ae9767de547 - main - misc/ola: Attempt to fix the build failure on 15-CURRENT
Message-ID:  <202404212219.43LMJNx6050321@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404212219.43LMJNx6050321>