Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 03:56:02 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r558426 - branches/2020Q4/editors/libreoffice
Message-ID:  <202012190356.0BJ3u243087073@repo.freebsd.org>

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

Log:
  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

Modified:
  branches/2020Q4/editors/libreoffice/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/editors/libreoffice/Makefile
==============================================================================
--- branches/2020Q4/editors/libreoffice/Makefile	Sat Dec 19 03:54:25 2020	(r558425)
+++ branches/2020Q4/editors/libreoffice/Makefile	Sat Dec 19 03:56:02 2020	(r558426)
@@ -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?202012190356.0BJ3u243087073>