2006-12-13 05:25:14 -05:00
|
|
|
$OpenBSD: patch-tools_bootstrp_command_cxx,v 1.3 2006/12/13 10:25:14 robert Exp $
|
|
|
|
--- tools/bootstrp/command.cxx.orig.port Fri Dec 1 18:57:50 2006
|
|
|
|
+++ tools/bootstrp/command.cxx Mon Dec 11 22:27:43 2006
|
|
|
|
@@ -76,7 +76,7 @@
|
Import of OpenOffice.Org version 2.0.3m179.
OpenOffice is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
I would like to thank everyone who helped porting:
Peter Valchev, Kurt Miller, Dale Rahn, Ian Darwin and the OpenOffice.Org team.
This import is an explicit request by pvalchev@ and espie@.
This means that the current ports lock is still in effect and this import
is only a planned exception by the release managers.
This port is not yet connected to the builds.
okay pvalchev@, espie@
2006-08-17 10:56:21 -04:00
|
|
|
#include <sys/types.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#if ( defined NETBSD ) || defined (FREEBSD) || defined (AIX) \
|
|
|
|
- || defined (HPUX) || defined (MACOSX)
|
|
|
|
+ || defined (HPUX) || defined (MACOSX) || defined (OPENBSD)
|
|
|
|
#include <sys/wait.h>
|
|
|
|
#else
|
|
|
|
#include <wait.h>
|