svn commit: r558426 - branches/2020Q4/editors/libreoffice

Dima Panov fluffy at FreeBSD.org
Sat Dec 19 03:56:03 UTC 2020


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
 


More information about the svn-ports-all mailing list