Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 00:51:41 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564831 - head/editors/openoffice-devel
Message-ID:  <202102100051.11A0pfCC047704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Wed Feb 10 00:51:40 2021
New Revision: 564831
URL: https://svnweb.freebsd.org/changeset/ports/564831

Log:
  Unbreak build after gnomevfs and gconf removal.

Modified:
  head/editors/openoffice-devel/Makefile

Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile	Wed Feb 10 00:09:02 2021	(r564830)
+++ head/editors/openoffice-devel/Makefile	Wed Feb 10 00:51:40 2021	(r564831)
@@ -274,7 +274,8 @@ SUB_LIST=	EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDI
 
 CONFIGURE_ARGS+=							\
 			--enable-gio					\
-			--without-gconf					\
+			--disable-gnome-vfs				\
+			--disable-gconf					\
 			--with-unix-wrapper=${EXECBASE}			\
 			--with-alloc=system				\
 			--with-ant-home=${LOCALBASE}/share/java/apache-ant \



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