mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
misc/ola: Fix build on 15-CURRENT
Reported by: fallout
This commit is contained in:
parent
0661620bfc
commit
c39be4dffb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user