freebsd-ports/editors/openoffice-3/files/patch-sal+osl+unx+process.c
Martin Blapp 19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00

11 lines
378 B
C

--- ../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;