diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-01-22 16:50:22 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-01-22 16:50:22 +0000 |
commit | 22341640938691b0eda94ec701d05734d8d01401 (patch) | |
tree | 64063af4c3873c22c753211ccbcd41ad74b7bd4f /java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp | |
parent | Simple xfce editor (diff) |
. Update to patchset 4.
Notes
Notes:
svn path=/head/; revision=182990
Diffstat (limited to 'java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp')
-rw-r--r-- | java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp b/java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp deleted file mode 100644 index 78d8d258832f..000000000000 --- a/java/jdk16/files/patch-deploy::jcomponent::CPluginVM_OP.cpp +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/src/plugin/share/jcomponent/CPluginVM_OP.cpp.orig Tue Oct 19 15:04:42 2004 -+++ ../../deploy/src/plugin/share/jcomponent/CPluginVM_OP.cpp Thu Jul 6 17:09:36 2006 -@@ -305,7 +305,11 @@ - char * jre = m_ltstate->java_dir; - - // ARCH is passed in on the compile line -+#if defined(_ALLBSD_SOURCE) && defined(__amd64__) -+ sprintf(our_ld_paths,"%s/lib/%s/server:%s/lib/%s",jre,ARCH,jre,ARCH); -+#else - sprintf(our_ld_paths,"%s/lib/%s/client:%s/lib/%s",jre,ARCH,jre,ARCH); -+#endif - - char * new_ld_lib_path; - |