diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-29 12:23:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-29 12:23:41 +0000 |
commit | 4b67be2fc9527fc52d32c37b41ac78d6b07fdafe (patch) | |
tree | 5f2670beb0f8917b5b8d229612b6c1c820b444f3 /editors/openoffice-3-devel/files/patch-i64906 | |
parent | Add p5-WWW-Google-Calculator 0.03, this module provide simple interface (diff) |
Update to SRC680_m179
Notes
Notes:
svn path=/head/; revision=169039
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i64906')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i64906 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i64906 b/editors/openoffice-3-devel/files/patch-i64906 deleted file mode 100644 index fec74c8029ac..000000000000 --- a/editors/openoffice-3-devel/files/patch-i64906 +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |