From 36163fcde68fcd9fb0385aeb04706ff78becb753 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sat, 19 Dec 2020 03:56:02 +0000 Subject: MFH: r558425 editors/libreoffice: unbreak build with WEBDAV=OFF Define configure arguments to not search for neon while webdav is not requested. Noticed by: jrm --- editors/libreoffice/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 559794e41b6f..f0903e017103 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -224,6 +224,8 @@ TEST_ALL_TARGET= build TEST_ALL_TARGET_OFF= build-nocheck TEST_CONFIGURE_ENABLE= cve-tests +WEBDAV_CONFIGURE_ON= --with-webdav=neon +WEBDAV_CONFIGURE_OFF= --with-webdav=no WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon -- cgit v1.2.3