summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-src-native-jni.h
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2009-01-16 07:35:27 +0000
committerBeech Rintoul <beech@FreeBSD.org>2009-01-16 07:35:27 +0000
commit643a31c2cd7e97c5dfb3d9dc5598b4a23fdce6fd (patch)
tree9c57994bbc6392ed31f9bcff5546fbd87be7b900 /java/cacao/files/patch-src-native-jni.h
parentUpdate to 0.9.12. (diff)
- Unbreak
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
Notes
Notes: svn path=/head/; revision=226241
Diffstat (limited to '')
-rw-r--r--java/cacao/files/patch-src-native-jni.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/cacao/files/patch-src-native-jni.h b/java/cacao/files/patch-src-native-jni.h
new file mode 100644
index 000000000000..048fa5709b0c
--- /dev/null
+++ b/java/cacao/files/patch-src-native-jni.h
@@ -0,0 +1,16 @@
+--- src/native/jni.h.orig 2007-04-02 13:23:24.000000000 +0200
++++ src/native/jni.h 2009-01-15 20:32:31.000000000 +0100
+@@ -45,10 +45,12 @@
+
+ #include CLASSPATH_JNI_H
+
+-
+ #ifndef _JNI_H
+ #define _JNI_H
+
++#define JNINativeInterface JNINativeInterface_
++#define JNIInvokeInterface JNIInvokeInterface_
++
+ /* forward typedefs ***********************************************************/
+
+ typedef struct localref_table localref_table;