openbsd-ports/editors/openoffice3/patches/patch-idlc_source_idlccompile_cxx
robert 63e78dd49d update to openoffice 3.0.1rc1;
this now builds with gcc4
2009-01-22 17:44:38 +00:00

13 lines
454 B
Plaintext

$OpenBSD: patch-idlc_source_idlccompile_cxx,v 1.2 2009/01/22 17:44:39 robert Exp $
--- idlc/source/idlccompile.cxx.orig.port Fri Aug 1 07:26:31 2008
+++ idlc/source/idlccompile.cxx Thu Jan 15 14:47:50 2009
@@ -44,7 +44,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>