diff options
author | maho <maho@FreeBSD.org> | 2006-06-30 05:11:13 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-06-30 05:11:13 +0800 |
commit | ab9285d2f07bfd69e0ae4d1619fe0260b6b8da0d (patch) | |
tree | b2833c20a439d5171a5cfb215a1121cb0fafca13 /editors/openoffice.org-2-devel/files/patch-i66667 | |
parent | cdf1b2b7da606e90ae6fb26865b206a497d9d8f4 (diff) | |
download | freebsd-ports-graphics-ab9285d2f07bfd69e0ae4d1619fe0260b6b8da0d.tar.gz freebsd-ports-graphics-ab9285d2f07bfd69e0ae4d1619fe0260b6b8da0d.tar.zst freebsd-ports-graphics-ab9285d2f07bfd69e0ae4d1619fe0260b6b8da0d.zip |
Update to SRC680_m173
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i66667')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i66667 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i66667 b/editors/openoffice.org-2-devel/files/patch-i66667 index 6e3a697c4bf..26c0b1b4a88 100644 --- a/editors/openoffice.org-2-devel/files/patch-i66667 +++ b/editors/openoffice.org-2-devel/files/patch-i66667 @@ -1,10 +1,10 @@ -Index: gtkinst.cxx +Index: vcl/unx/gtk/app/gtkinst.cxx =================================================================== RCS file: /cvs/gsl/vcl/unx/gtk/app/gtkinst.cxx,v -retrieving revision 1.13 -diff -u -r1.13 gtkinst.cxx ---- vcl/unx/gtk/app/gtkinst.cxx 11 May 2006 13:32:35 -0000 1.13 -+++ vcl/unx/gtk/app/gtkinst.cxx 16 Jun 2006 20:48:58 -0000 +retrieving revision 1.14 +diff -u -r1.14 gtkinst.cxx +--- vcl/unx/gtk/app/gtkinst.cxx 19 Jun 2006 19:44:33 -0000 1.14 ++++ vcl/unx/gtk/app/gtkinst.cxx 27 Jun 2006 02:11:09 -0000 @@ -43,6 +43,7 @@ #include <plugins/gtk/atkbridge.hxx> @@ -13,7 +13,7 @@ diff -u -r1.13 gtkinst.cxx #if OSL_DEBUG_LEVEL > 1 #include <stdio.h> -@@ -111,13 +112,28 @@ +@@ -111,13 +112,27 @@ GtkHookedYieldMutex *pYieldMutex = GET_YIELD_MUTEX(); pYieldMutex->ThreadsLeave(); } @@ -38,14 +38,13 @@ diff -u -r1.13 gtkinst.cxx +#endif + return false; + } -+ GdkLockFn gdk_threads_set_lock_functions = -- (GdkLockFn) osl_getSymbol( pModule, aSymbolName.pData ); +- (GdkLockFn) osl_getFunctionSymbol( pModule, aSymbolName.pData ); + (GdkLockFn) osl_getFunctionSymbol( aMod, aSymbolName.pData ); if ( !gdk_threads_set_lock_functions ) { #if OSL_DEBUG_LEVEL > 1 -@@ -150,7 +166,7 @@ +@@ -150,7 +165,7 @@ if ( !g_thread_supported() ) g_thread_init( NULL ); |