Date: Wed, 2 Apr 2008 00:10:02 GMT From: linimon@lonesome.com (Mark Linimon) To: openoffice@FreeBSD.org Subject: Re: ports/121953: (workaround) openoffice.org-2.3.1 hangs with Glib errors Message-ID: <200804020010.m320A2Pi069387@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121953; it has been noted by GNATS. From: linimon@lonesome.com (Mark Linimon) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/121953: (workaround) openoffice.org-2.3.1 hangs with Glib errors Date: Tue, 1 Apr 2008 19:03:36 -0500 ----- Forwarded message from Marcin Cieslak <saper@system.pl> ----- Can you try adding --with-system-zlib to your port Makefile CONFIGURE_ARGS and recompile OpenOffice? --- Makefile 28 Mar 2008 22:26:03 -0000 1.295 +++ Makefile 31 Mar 2008 23:34:46 -0000 @@ -140,7 +140,8 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --enable-crashdump=yes \ - --enable-symbols=SMALL + --enable-symbols=TRUE \ + --with-system-zlib .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost I think this is it: http://lists.freebsd.org/pipermail/freebsd-openoffice/2007-December/003453.html --Marcin ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804020010.m320A2Pi069387>