openbsd-ports/editors/openoffice/patches/patch-tools_bootstrp_command_cxx

13 lines
487 B
Plaintext
Raw Normal View History

$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 @@
#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>