diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-15 08:38:23 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-15 08:38:23 +0800 |
commit | 03d0c8e14fb9a6a1c3649aa4e8a9c2b015a9b1a7 (patch) | |
tree | d56b1ede799d0e80c430629636f40e9497ac0e18 /editors/openoffice-1.0 | |
parent | e6aeb29ba8c9bf04ceb6c67b64cff5dbd31579ea (diff) | |
download | freebsd-ports-gnome-03d0c8e14fb9a6a1c3649aa4e8a9c2b015a9b1a7.tar.gz freebsd-ports-gnome-03d0c8e14fb9a6a1c3649aa4e8a9c2b015a9b1a7.tar.zst freebsd-ports-gnome-03d0c8e14fb9a6a1c3649aa4e8a9c2b015a9b1a7.zip |
Add missing FreeBSD case. Needed to fix the breakage introduced
by the removal of the proc dependency.
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/files/patch-sal+osl+unx+process.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal+osl+unx+process.c b/editors/openoffice-1.0/files/patch-sal+osl+unx+process.c index 3af6652430dd..4c3fdcc8f0ad 100644 --- a/editors/openoffice-1.0/files/patch-sal+osl+unx+process.c +++ b/editors/openoffice-1.0/files/patch-sal+osl+unx+process.c @@ -1,6 +1,15 @@ ---- ../sal/osl/unx/process.c.orig Wed Jan 9 13:07:41 2002 -+++ ../sal/osl/unx/process.c Wed Apr 3 00:59:53 2002 -@@ -833,7 +833,7 @@ +--- ../sal/osl/unx/process.c.orig Wed Jun 5 16:24:42 2002 ++++ ../sal/osl/unx/process.c Wed Jan 15 01:25:17 2003 +@@ -222,7 +222,7 @@ + /* Memory layout of CMD_ARG_PRG: + progname\0arg1\0...argn[\0]\0environ\0env2\0...envn\0[\0] */ + +-#if !defined(NETBSD) ++#if !defined(NETBSD) && !defined(FREEBSD) + extern sal_Char* CMD_ARG_PRG; + #endif + extern sal_Char** CMD_ARG_ENV; +@@ -862,7 +862,7 @@ if (! INIT_GROUPS(data.m_name, data.m_gid) || (setuid(data.m_uid) != 0)) OSL_TRACE("Failed to change uid and guid, errno=%d (%s)\n", errno, strerror(errno)); |