freebsd-ports/editors/openoffice-3-devel/files/patch-jni_uno+jni_java2uno.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
305 B
C++

--- ../bridges/source/jni_uno/jni_java2uno.cxx.orig Tue Mar 11 12:33:06 2003
+++ ../bridges/source/jni_uno/jni_java2uno.cxx Tue Mar 11 12:34:03 2003
@@ -62,7 +62,9 @@
#if defined _MSC_VER
#include <malloc.h>
#else
+#if !defined( FREEBSD)
#include <alloca.h>
+#endif
#endif
#include "jni_bridge.h"