Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 03:54:25 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558425 - head/editors/libreoffice
Message-ID:  <202012190354.0BJ3sPrE086806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sat Dec 19 03:54:25 2020
New Revision: 558425
URL: https://svnweb.freebsd.org/changeset/ports/558425

Log:
  editors/libreoffice: unbreak build with WEBDAV=OFF
  
  Define configure arguments to not search for neon while webdav is not requested.
  
  Noticed by:	jrm
  MFH:		2020Q4

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sat Dec 19 03:53:49 2020	(r558424)
+++ head/editors/libreoffice/Makefile	Sat Dec 19 03:54:25 2020	(r558425)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012190354.0BJ3sPrE086806>