aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-27 09:03:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-27 09:03:52 +0000
commitc39be4dffb877ab12eb239d9947a1fc582cfa895 (patch)
treeb0437365801363993471fbd1236d77293a3feb71 /misc
parent0661620bfc485ef0b19fb3161edfcf3a0409b50f (diff)
downloadports-c39be4dffb877ab12eb239d9947a1fc582cfa895.tar.gz
ports-c39be4dffb877ab12eb239d9947a1fc582cfa895.zip
misc/ola: Fix build on 15-CURRENT
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/ola/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ola/Makefile b/misc/ola/Makefile
index db19e4ec783b..678103b91eb2 100644
--- a/misc/ola/Makefile
+++ b/misc/ola/Makefile
@@ -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