aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-i64906
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-i64906')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i6490611
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i64906 b/editors/openoffice.org-3-RC/files/patch-i64906
new file mode 100644
index 000000000000..fec74c8029ac
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-i64906
@@ -0,0 +1,11 @@
+--- sal/osl/unx/security.c~ Wed May 10 20:57:40 2006
++++ sal/osl/unx/security.c Wed May 10 22:35:43 2006
+@@ -73,7 +73,7 @@
+ static sal_Bool SAL_CALL osl_psz_getConfigDir(oslSecurity Security, sal_Char* pszDirectory, sal_uInt32 nMax);
+
+ static oslSecurityImpl * newSecurityImpl(size_t * bufSize) {
+-#ifdef MACOSX
++#if defined (MACOSX) || defined (FREEBSD)
+ /* #i64906#: sysconf(_SC_GETPW_R_SIZE_MAX) returns -1 on Mac OS X */
+ size_t n = 1024;
+ #else