aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-21 22:10:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-21 22:10:46 +0000
commit9ae9767de547377fbb6e8f741a823d4ba7326391 (patch)
tree983fc15e3472f930f229f3322b7b66ce3543cae0
parentc987554fa94b562afe965fc4673cc0b4ca8c4d36 (diff)
downloadports-9ae9767de547377fbb6e8f741a823d4ba7326391.tar.gz
ports-9ae9767de547377fbb6e8f741a823d4ba7326391.zip
misc/ola: Attempt to fix the build failure on 15-CURRENT
Reported by: fallout
-rw-r--r--misc/ola/Makefile1
1 files changed, 1 insertions, 0 deletions
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