svn commit: r564831 - head/editors/openoffice-devel

Don Lewis truckman at FreeBSD.org
Wed Feb 10 00:51:41 UTC 2021


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 \


More information about the svn-ports-all mailing list