Date: Fri, 3 Feb 2006 09:46:25 +0900 From: Koji Yokota <koji_yokota@ybb.ne.jp> To: freebsd-ports@freebsd.org Subject: Re: Segmentation Fault in OpenOffice after upgrading to 2.0.1 Message-ID: <200602030946.25576.koji_yokota@ybb.ne.jp> In-Reply-To: <43E0E55F.2080908@pacific.net.sg> References: <43E0E23C.6060908@pacific.net.sg> <43E0E521.5010302@mac.com> <43E0E55F.2080908@pacific.net.sg>
next in thread | previous in thread | raw e-mail | index | archive | help
> So, it is just on my machine. Didn't you pass WITH_KDE=yes to make? The -DKDE compiler option is broken for FreeBSD, so it should not be specified. In this respect, the Makefile of editor/openoffice-2.0 should be modified as follows: --- Makefile.orig Fri Feb 3 09:40:50 2006 +++ Makefile Fri Feb 3 09:40:28 2006 @@ -31,9 +31,9 @@ USE_GNOME+= libidl .endif -.if defined(WITH_KDE) -USE_KDELIBS_VER= 3 -.endif +#.if defined(WITH_KDE) +#USE_KDELIBS_VER= 3 +#.endif USE_XLIB= yes USE_GMAKE= yes USE_PERL5= yes Cheers, Koji
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602030946.25576.koji_yokota>