Segmentation Fault in OpenOffice after upgrading to 2.0.1

Koji Yokota koji_yokota at ybb.ne.jp
Thu Feb 2 16:46:34 PST 2006


> 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


More information about the freebsd-ports mailing list