openbsd-ports/editors/openoffice/patches/patch-tools_bootstrp_command_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
487 B
Plaintext

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