openbsd-ports/editors/openoffice3/patches/patch-tools_bootstrp_command_cxx
robert 2d0776a488 Import of OpenOffice 3.0;
Currently it is a different port because it still needs a lot of work
and there are a lot of differences from openoffice2. It is not connected
to the build, and it's going to be merged with the openoffice2 port whenever
it's ready for use.
2008-10-30 18:51:05 +00:00

13 lines
491 B
Plaintext

$OpenBSD: patch-tools_bootstrp_command_cxx,v 1.1.1.1 2008/10/30 18:51:07 robert Exp $
--- tools/bootstrp/command.cxx.orig.port Fri Nov 2 13:58:24 2007
+++ tools/bootstrp/command.cxx Wed Apr 23 15:24:06 2008
@@ -80,7 +80,7 @@
#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>