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

13 lines
454 B
Plaintext
Raw Normal View History

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