diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-05 20:40:39 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-05 20:40:39 +0000 |
commit | aff852ecefa7e1f578aac61391817ef208031165 (patch) | |
tree | b24adc88a423563cc6bc7f67ef613cd5df131f7a /java/cacao/files/patch-src-native-jni.h | |
parent | - Update to 4.2 build2007. (diff) |
- Update to 1.6.0.
- Reset maintainership. See ports/164941.
- Make it as amd64 and i386 only. Other architectures needs porting.
- Reduce Makefile headers, add licenses, and convert to optionsNG.
- Add an option to build with native JDK. When it is not selected, GCJ is
used instead. Turned on by default.
Notes
Notes:
svn path=/head/; revision=305320
Diffstat (limited to '')
-rw-r--r-- | java/cacao/files/patch-src-native-jni.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/cacao/files/patch-src-native-jni.h b/java/cacao/files/patch-src-native-jni.h deleted file mode 100644 index 048fa5709b0c..000000000000 --- a/java/cacao/files/patch-src-native-jni.h +++ /dev/null @@ -1,16 +0,0 @@ ---- 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; |