diff options
author | jkim <jkim@FreeBSD.org> | 2006-05-19 00:03:07 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2006-05-19 00:03:07 +0800 |
commit | f5d792b452f48bbbb11469b93afd73a5b018600d (patch) | |
tree | ce3b83fcc6d2963a7e6baf654051083394a9994c /editors/openoffice-3-devel | |
parent | a7169d58bf72b2bd45f9a47ae0aa97b8cebbbe2f (diff) | |
download | freebsd-ports-gnome-f5d792b452f48bbbb11469b93afd73a5b018600d.tar.gz freebsd-ports-gnome-f5d792b452f48bbbb11469b93afd73a5b018600d.tar.zst freebsd-ports-gnome-f5d792b452f48bbbb11469b93afd73a5b018600d.zip |
Add support for native jdk1.5.0 on FreeBSD/amd64.
Reviewed by: maho (maintainer)
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i65511 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i65511 b/editors/openoffice-3-devel/files/patch-i65511 new file mode 100644 index 000000000000..300a95c71487 --- /dev/null +++ b/editors/openoffice-3-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 + |