misc/ola: Fix build on 15-CURRENT

Reported by:	fallout
main
Yuri Victorovich 2024-04-27 02:03:21 -07:00
parent 0661620bfc
commit c39be4dffb
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ 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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-unittests --disable-examples
CONFIGURE_ARGS= --disable-unittests --disable-examples
CONFIGURE_ARGS+= --disable-fatal-warnings # see https://github.com/OpenLightingProject/ola/issues/1962
TEST_TARGET= check
INSTALL_TARGET= install-strip