diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-30 00:40:13 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-30 00:40:13 +0000 |
commit | 7eb0e80874157a0ec74a8998c5aa3c74fef1b740 (patch) | |
tree | e1e4013a624da67eadb11efc41b1caaf1215930a /editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx | |
parent | Make this port build on 5-CURRENT. (diff) |
Work around the issue that our jdk has no version number like 1.4.1_02.
It reports itself as release candidat: 1.4.1-p3.
This makes the jdk detection working.
Problem reported by: David Booth <wbooth@austin.rr.com>
Diffstat (limited to 'editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx b/editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx new file mode 100644 index 000000000000..e627363cb118 --- /dev/null +++ b/editors/openoffice.org-1.1/files/patch-jvmaccess+source+javainfoimpl.cxx @@ -0,0 +1,10 @@ +--- ../jvmaccess/source/javainfoimpl.cxx.orig Sat Mar 29 23:58:55 2003 ++++ ../jvmaccess/source/javainfoimpl.cxx Sun Mar 30 00:00:47 2003 +@@ -123,6 +123,7 @@ + #define JAVA_DIR_NAMES "j2re1.4.1_01", \ + "j2sdk1.4.1_01", \ + "j2re1.4.1", \ ++ "jdk1.4.1", \ + "j2sdk1.4.1", \ + "j2re1.4.0_02", \ + "j2sdk1.4.0_02", \ |