summaryrefslogtreecommitdiff
path: root/java/cacao/files/patch-src-native-jni.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-10-04 16:13:00 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-10-04 16:13:00 +0000
commite2756cb8359659a62a4b5b44143af8d741b3fae2 (patch)
tree8db06bea383aeba6a65868bf99a46c3ba12cd8ec /java/cacao/files/patch-src-native-jni.h
parentlower a bit more the minimal version to install it. (diff)
- Reset maintainership. See ports/164941.
- Fix conflicts with java/classpath. Note security provider configuration is moved to ${PREFIX}/lib/security/SableVM.security. This file is always loaded first because the short vendor name is SableVM. If it does not exist, then classpath.security is loaded (java/security/Security.java). - Reduce Makefile headers, add licenses, and convert to optionsNG.
Notes
Notes: svn path=/head/; revision=305262
Diffstat (limited to '')
-rw-r--r--java/cacao/files/patch-src-native-jni.h16
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;