diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2007-06-27 18:01:42 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2007-06-27 18:01:42 +0000 |
| commit | 6b6bd14c8423d1d64ec3bf2151e5f2048b19b3dc (patch) | |
| tree | 9d48d73c50e96af430560ae411206b2e096c5556 /editors/openoffice-3-devel/files/patch-i65974 | |
| parent | Update to 4.41.0 (diff) | |
Unbreak amd64 build.
Note: I have obtained a blanket approval from maho for amd64 porting.
Approved by: maho (amd64 blanket)
Notes
Notes:
svn path=/head/; revision=194345
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i65974')
| -rw-r--r-- | editors/openoffice-3-devel/files/patch-i65974 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i65974 b/editors/openoffice-3-devel/files/patch-i65974 new file mode 100644 index 000000000000..40de0acde40f --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-i65974 @@ -0,0 +1,12 @@ +--- jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx 16 Sep 2006 17:46:13 -0000 1.7 ++++ jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx 22 Jun 2007 21:36:24 -0000 +@@ -94,6 +94,9 @@ + static char const * ar[] = { + + "/lib/" JFW_PLUGIN_ARCH "/client", ++#if SAL_TYPES_SIZEOFPOINTER == 8 ++ "/lib/" JFW_PLUGIN_ARCH "/server", ++#endif + "/lib/" JFW_PLUGIN_ARCH "/native_threads", + "/lib/" JFW_PLUGIN_ARCH + |
