From 6c8a4c9c404ead7ec84622e8303e8cd7faa3c4fb Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 18 May 2006 16:03:07 +0000 Subject: Add support for native jdk1.5.0 on FreeBSD/amd64. Reviewed by: maho (maintainer) --- editors/openoffice.org-2.0-devel/files/patch-i65511 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editors/openoffice.org-2.0-devel/files/patch-i65511 (limited to 'editors/openoffice.org-2.0-devel/files') diff --git a/editors/openoffice.org-2.0-devel/files/patch-i65511 b/editors/openoffice.org-2.0-devel/files/patch-i65511 new file mode 100644 index 000000000000..300a95c71487 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-i65511 @@ -0,0 +1,15 @@ +Index: jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx +=================================================================== +RCS file: /cvs/udk/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx,v +retrieving revision 1.4 +diff -u -r1.4 sunjre.cxx +--- jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx 7 Sep 2005 19:31:11 -0000 1.4 ++++ jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx 11 May 2006 23:00:16 -0000 +@@ -76,6 +76,7 @@ + "/bin/classic/jvm.dll" + #elif UNX + "/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so", ++ "/lib/" JFW_PLUGIN_ARCH "/server/libjvm.so", + "/lib/" JFW_PLUGIN_ARCH "/classic/libjvm.so" + #endif + -- cgit v1.2.3