b978ce9eb2
- 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
13 lines
487 B
Plaintext
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>
|