openbsd-ports/editors/openoffice/patches/patch-idlc_source_idlccompile_cxx
robert b978ce9eb2 - update to version 2.1.0 which includes many bugfixes and improvements
- remove some unnecessary patches and add a no_lang
pseudo flavor which allows people to do a build w/o language packs
(requested by kurt@)

- from now on we set the file descriptor limit to a higher value (256)
in the OpenOffice build environment to prevent build failures

- point explicitly to the licensing FAQ instead of pointing to the contents
of the FAQ
2006-12-13 10:25:14 +00:00

13 lines
454 B
Plaintext

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