1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

misc/ola: Attempt to fix the build failure on 15-CURRENT

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-04-21 15:10:46 -07:00
parent c987554fa9
commit 9ae9767de5

View File

@ -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