diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
commit | af63e06d7ced8eee4d23ad8ef955041253de3bde (patch) | |
tree | 2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx | |
parent | Upgrade to 20030716. (diff) |
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.
Reviewed by: mbr
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx b/editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx deleted file mode 100644 index 44cec840184a..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-jvmaccess+source+sunversion.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../jvmaccess/source/sunversion.cxx.orig Mon Jun 2 00:00:25 2003 -+++ ../jvmaccess/source/sunversion.cxx Mon Jun 2 00:06:00 2003 -@@ -231,6 +231,8 @@ - m_preRelease = Rel_BETA; - else if (! strcmp(pCur, "rc1")) - m_preRelease = Rel_RC1; -+ else if (*pCur == 'p') -+ m_preRelease = Rel_BETA; - else - return false; - } |