freebsd-ports/editors/openoffice.org-3-RC/files/patch-bridges+source+jni_uno+jni_uno2java.cxx
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

12 lines
308 B
C++

--- ../bridges/source/jni_uno/jni_uno2java.cxx.orig Tue Mar 11 12:35:07 2003
+++ ../bridges/source/jni_uno/jni_uno2java.cxx Tue Mar 11 12:35:29 2003
@@ -62,7 +62,9 @@
#if defined _MSC_VER
#include <malloc.h>
#else
+#if !defined( FREEBSD)
#include <alloca.h>
+#endif
#endif
#include "rtl/ustrbuf.hxx"