Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 10:58:38 +0200 (CEST)
From:      "blapp@attic.ch" <blapp@attic.ch>
To:        openoffice@freebsd.org
Subject:   experimental patchset
Message-ID:  <Pine.BSF.4.21.0207211049130.44674-100000@bastian.attic.ch>

next in thread | raw e-mail | index | archive | help

Hi all,

Yesterday I did again a grep for "LINUX", and got about 800 lines where it
was included. I looked at every single line and after 4 hours I had some
additional patches.

They should at least fix sound support within OO.org.

http://projects.imp.ch/openoffice/oo.org-linuxdef.diff

Can someone look if all of them are correct ?

Here I'm not absolutly sure. Linux seeems not to need
pOfficeAcceptThread->join(). Do we have to do the same
as this patch shows ?

@@ -1402,7 +1402,7 @@
 	if( pOfficeAcceptThread )
 	{
 		pOfficeAcceptThread->stopAccepting();
-#ifndef LINUX
+#if !defined(LINUX) && !defined(FREEBSD)
         pOfficeAcceptThread->join();
         delete pOfficeAcceptThread;
 #endif

Martin

Martin Blapp, mb@imp.ch
------------------------------------------------
Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01
------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0207211049130.44674-100000>