summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2005-01-18 17:25:32 +0000
committerAndreas Proschofsky <suka@gentoo.org>2005-01-18 17:25:32 +0000
commit3644d5ab7b1b2bc6e678432a25eeb0b324ca32a4 (patch)
tree5b4f135736abc606811f2dbe9ecae72844305aa6 /app-office/openoffice/files
parentadded ~amd64 to KEYWORDS. fixes bug #78237 (diff)
downloadhistorical-3644d5ab7b1b2bc6e678432a25eeb0b324ca32a4.tar.gz
historical-3644d5ab7b1b2bc6e678432a25eeb0b324ca32a4.tar.bz2
historical-3644d5ab7b1b2bc6e678432a25eeb0b324ca32a4.zip
add patch for nptl systems
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r--app-office/openoffice/files/1.1.4/nptl.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/openoffice/files/1.1.4/nptl.patch b/app-office/openoffice/files/1.1.4/nptl.patch
new file mode 100644
index 000000000000..7a17bcc79fdc
--- /dev/null
+++ b/app-office/openoffice/files/1.1.4/nptl.patch
@@ -0,0 +1,21 @@
+--- tools/source/solar/solar.c.orig
++++ tools/source/solar/solar.c
+@@ -577,7 +577,7 @@
+
+ {
+ char* p = NULL;
+- InfoMemoryAccess( p );
++ /*InfoMemoryAccess( p );*/
+ p = (char*)&p;
+ InfoMemoryAccess( p );
+ InfoMemoryTypeAccess( t_short );
+*** sal/osl/unx/process.c.orig
+--- sal/osl/unx/process.c
+@@ -1020,7 +1020,7 @@
+ #if defined(LINUX)
+ /* mfe: linux likes to have just one thread when the exec family is called */
+ /* this np function has this purpose ... */
+- pthread_kill_other_threads_np();
++ /*pthread_kill_other_threads_np();*/
+ #endif
+ OSL_TRACE("ChildStatusProc : starting '%s'",data.m_pszArgs[0]);