summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-jni_uno+jni_java2uno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-jni_uno+jni_java2uno.cxx')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-jni_uno+jni_java2uno.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-jni_uno+jni_java2uno.cxx b/editors/openoffice-2.0-devel/files/patch-jni_uno+jni_java2uno.cxx
new file mode 100644
index 000000000000..a9ff9e3fed88
--- /dev/null
+++ b/editors/openoffice-2.0-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"