From owner-freebsd-openoffice Sun Jul 21 1:58:43 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A793B37B400 for ; Sun, 21 Jul 2002 01:58:41 -0700 (PDT) Received: from bastian.attic.ch (bastian.attic.ch [157.161.161.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE0843E42 for ; Sun, 21 Jul 2002 01:58:40 -0700 (PDT) (envelope-from blapp@attic.ch) Received: from bastian.attic.ch (blapp@bastian.attic.ch [157.161.161.162]) by bastian.attic.ch (8.11.1/8.9.3) with ESMTP id g6L8wdf46781 for ; Sun, 21 Jul 2002 10:58:39 +0200 (CEST) (envelope-from blapp@attic.ch) Date: Sun, 21 Jul 2002 10:58:38 +0200 (CEST) From: "blapp@attic.ch" To: openoffice@freebsd.org Subject: experimental patchset Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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