summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-12 01:04:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-12 01:04:08 +0000
commit19599e5a4a411a2d56be9c645df2a3d9eb0d4ba3 (patch)
treed09f794c6c4092a612ca9d09bf3925389764a92c /editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx
parentChange the imake-4 dependency to the new date.def file in XFree86 4.3.0. (diff)
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)
Diffstat (limited to 'editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx')
-rw-r--r--editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx b/editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx
new file mode 100644
index 000000000000..a9ff9e3fed88
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-jni_uno+jni_java2uno.cxx
@@ -0,0 +1,12 @@
+--- ../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"