2006-12-13 05:25:14 -05:00
|
|
|
$OpenBSD: patch-idlc_source_idlccompile_cxx,v 1.3 2006/12/13 10:25:14 robert Exp $
|
|
|
|
--- idlc/source/idlccompile.cxx.orig.port Fri Dec 1 18:55:07 2006
|
|
|
|
+++ idlc/source/idlccompile.cxx Mon Dec 11 22:27:37 2006
|
|
|
|
@@ -64,7 +64,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
|
|
|
|
|
|
|
#ifdef SAL_UNX
|
|
|
|
#include <unistd.h>
|
|
|
|
-#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD)
|
|
|
|
+#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || defined (OPENBSD)
|
|
|
|
#include <sys/wait.h>
|
|
|
|
#else
|
|
|
|
#include <wait.h>
|