Date: Tue, 1 Apr 2008 02:10:02 GMT From: Marcin Cieslak <saper@SYSTEM.PL> To: openoffice@FreeBSD.org Subject: Re: ports/117808: editors/OpenOffice.org-2 seems to be looping Message-ID: <200804010210.m312A257061279@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/117808; it has been noted by GNATS. From: Marcin Cieslak <saper@SYSTEM.PL> To: lbolmerg@web.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/117808: editors/OpenOffice.org-2 seems to be looping Date: Tue, 01 Apr 2008 03:56:21 +0200 Can you try adding "--with-system-zlib" to the Makefile CONFIGURE_ARGS? Something like this: RCS file: /usr/home/ncvs/ports/editors/openoffice.org-2/Makefile,v retrieving revision 1.295 diff -u -u -r1.295 Makefile --- 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 -- << Marcin Cieslak // saper@system.pl >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804010210.m312A257061279>