diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-19 12:10:14 +0000 |
commit | e68108efb85528d2e4cf92715d749dbc31adb585 (patch) | |
tree | cf51edc082a72384c38ce42b7a39f5837d928750 /editors/openoffice.org-3/files/patch-i64906 | |
parent | Remove two warnings of portlint (diff) |
Update to OOD680_m1.
This is the snapshot from release branch of OOo.
http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html
This branch will become 2.0.4, thus I set version number for this
release as 2.0.4.m1.
According to Martin H.
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787
we again use OOo_2.0.1_source.tar.gz for the filename
which is the same as 2.0.1 release.
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i64906')
-rw-r--r-- | editors/openoffice.org-3/files/patch-i64906 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-3/files/patch-i64906 b/editors/openoffice.org-3/files/patch-i64906 deleted file mode 100644 index fec74c8029ac..000000000000 --- a/editors/openoffice.org-3/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 |