summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-i98781
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-02-14 04:10:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-02-14 04:10:44 +0000
commit912643411ddab59c087a25756facb45544d9c3b0 (patch)
tree2c61fd9e4aa0e5ed531c2690f764e26065d9f2d7 /editors/openoffice-3/files/patch-i98781
parent- Fix error with the weekly rotation of backups (the port now uses different ... (diff)
Update to 3.2.0.
Release note http://development.openoffice.org/releases/3.2.0.html M.N.'s build on FBSD8 can be found at: http://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/packages-8-amd64/ http://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/packages-8-i386/ . Funded by OpenOffice.org community.
Notes
Notes: svn path=/head/; revision=249826
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3/files/patch-i987814
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/files/patch-i98781 b/editors/openoffice-3/files/patch-i98781
index 8783a74433ad..ca3849a011f7 100644
--- a/editors/openoffice-3/files/patch-i98781
+++ b/editors/openoffice-3/files/patch-i98781
@@ -92,7 +92,7 @@ in files/patches-i85126
#include <dlfcn.h>
#include <cxxabi.h>
#include <hash_map>
-@@ -121,7 +121,7 @@
+@@ -121,7 +122,7 @@
};
//__________________________________________________________________________________________________
RTTI::RTTI() SAL_THROW( () )
@@ -101,7 +101,7 @@ in files/patches-i85126
: m_hApp( dlopen( 0, RTLD_NOW | RTLD_GLOBAL ) )
#else
: m_hApp( dlopen( 0, RTLD_LAZY ) )
-@@ -160,7 +160,7 @@
+@@ -160,7 +161,7 @@
buf.append( 'E' );
OString symName( buf.makeStringAndClear() );