diff options
Diffstat (limited to 'misc/openoffice3/patches/patch-cn')
-rw-r--r-- | misc/openoffice3/patches/patch-cn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/openoffice3/patches/patch-cn b/misc/openoffice3/patches/patch-cn index f8b824c838d..495e69f550e 100644 --- a/misc/openoffice3/patches/patch-cn +++ b/misc/openoffice3/patches/patch-cn @@ -1,7 +1,7 @@ -$NetBSD: patch-cn,v 1.2 2008/10/20 12:30:16 hira Exp $ +$NetBSD: patch-cn,v 1.3 2008/10/20 16:14:54 hira Exp $ --- desktop/scripts/soffice.sh.orig 2008-08-07 02:44:36.000000000 +0900 -+++ desktop/scripts/soffice.sh 2008-10-19 14:38:10.000000000 +0900 ++++ desktop/scripts/soffice.sh 2008-10-20 23:36:39.000000000 +0900 @@ -49,6 +49,12 @@ export JITC_PROCESSOR_TYPE fi @@ -15,10 +15,13 @@ $NetBSD: patch-cn,v 1.2 2008/10/20 12:30:16 hira Exp $ # resolve installation directory sd_cwd="`pwd`" if [ -h "$0" ] ; then -@@ -64,6 +70,11 @@ +@@ -64,6 +70,14 @@ sd_binary=`basename "$0"`.bin ++LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:@JAVA_MAWT_DIR@ ++export LD_LIBRARY_PATH ++ +if [ -z ${JAVA_HOME} ]; then + JAVA_HOME=@JAVA_HOME@ + export JAVA_HOME |