- 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
494 B
Plaintext
13 lines
494 B
Plaintext
$OpenBSD: patch-dmake_unix_runargv_c,v 1.3 2006/12/13 10:25:14 robert Exp $
|
|
--- dmake/unix/runargv.c.orig.port Fri Dec 1 18:53:09 2006
|
|
+++ dmake/unix/runargv.c Mon Dec 11 22:27:37 2006
|
|
@@ -133,7 +133,7 @@ private_strerror (errnum)
|
|
#ifdef arm32
|
|
extern const char * const sys_errlist[];
|
|
#else
|
|
-#if defined(linux) || defined(__FreeBSD__)
|
|
+#if defined(linux) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
extern const char * const sys_errlist[];
|
|
#else
|
|
extern char *sys_errlist[];
|