aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-18 12:30:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-18 12:30:12 +0000
commit8ba7b2bfab4fb25f343b1abd9e62b3f13109dbd8 (patch)
tree284eb0114628d20064c1bb25496a13880c949993 /editors
parent89c29d2731481e52250b47725c485352e46e5b90 (diff)
downloadports-8ba7b2bfab4fb25f343b1abd9e62b3f13109dbd8.tar.gz
ports-8ba7b2bfab4fb25f343b1abd9e62b3f13109dbd8.zip
Make setup start. Patch from Alexander N. Kabaev
Notes
Notes: svn path=/head/; revision=59427
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-1.0/files/patch-sal::osl::unx::system.h10
-rw-r--r--editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-1.1/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-2.0-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-3-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-3/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-1.0/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-1.0/files/patch-sal::osl::unx::system.h10
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-1.1/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-2-RC/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-2.0/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-2/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-3-RC/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-3-devel/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-3/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice/files/patch-sal+osl+unx+system.h10
-rw-r--r--editors/openoffice/files/patch-sal::osl::unx::system.h10
23 files changed, 161 insertions, 69 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal+osl+unx+system.h b/editors/openoffice-1.0/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-1.0/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-1.0/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-1.0/files/patch-sal::osl::unx::system.h b/editors/openoffice-1.0/files/patch-sal::osl::unx::system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-1.0/files/patch-sal::osl::unx::system.h
+++ b/editors/openoffice-1.0/files/patch-sal::osl::unx::system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-1.1/files/patch-sal+osl+unx+system.h b/editors/openoffice-1.1/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-1.1/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-1.1/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-2.0-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-3-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice-3-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-3-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-3-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-3/files/patch-sal+osl+unx+system.h b/editors/openoffice-3/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-3/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-3/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-1.0/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-1.0/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-1.0/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-1.0/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-1.0/files/patch-sal::osl::unx::system.h b/editors/openoffice.org-1.0/files/patch-sal::osl::unx::system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-1.0/files/patch-sal::osl::unx::system.h
+++ b/editors/openoffice.org-1.0/files/patch-sal::osl::unx::system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-1.1/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-1.1/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-1.1/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-1.1/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-2-RC/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-2-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-2.0/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-2.0/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-2.0/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-2.0/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-2/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-2/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-2/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-2/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-3-RC/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-3/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-3/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-3/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-3/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+system.h b/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice.org-vcltesttool/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice/files/patch-sal+osl+unx+system.h b/editors/openoffice/files/patch-sal+osl+unx+system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice/files/patch-sal+osl+unx+system.h
+++ b/editors/openoffice/files/patch-sal+osl+unx+system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO
diff --git a/editors/openoffice/files/patch-sal::osl::unx::system.h b/editors/openoffice/files/patch-sal::osl::unx::system.h
index 85de2700b284..d75cac79f29e 100644
--- a/editors/openoffice/files/patch-sal::osl::unx::system.h
+++ b/editors/openoffice/files/patch-sal::osl::unx::system.h
@@ -1,6 +1,6 @@
--- ../sal/osl/unx/system.h.orig Mon Mar 11 01:41:13 2002
+++ ../sal/osl/unx/system.h Mon Mar 11 01:41:25 2002
-@@ -216,10 +216,7 @@
+@@ -216,12 +216,9 @@
# elif BYTE_ORDER == PDP_ENDIAN
# define _PDP_ENDIAN
# endif
@@ -8,6 +8,10 @@
-# define pthread_testcancel()
# define NO_PTHREAD_RTL
-# define NO_PTHREAD_PRIORITY
- # define CMD_ARG_PRG __progname
- # define CMD_ARG_ENV environ
+-# define CMD_ARG_PRG __progname
+-# define CMD_ARG_ENV environ
++# define CMD_ARG_PROC_STREAM
++# define CMD_ARG_PROC_NAME "/proc/%u/cmdline"
#endif
+
+ #ifdef SCO