ports/121953: (workaround) openoffice.org-2.3.1 hangs with Glib
errors
Mark Linimon
linimon at lonesome.com
Wed Apr 2 00:10:02 UTC 2008
The following reply was made to PR ports/121953; it has been noted by GNATS.
From: linimon at lonesome.com (Mark Linimon)
To: bug-followup at 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 at 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 -----
More information about the freebsd-openoffice
mailing list