provided by openoffice.org. Release notes available under: http://development.openoffice.org/releases/3.0.1.html http://development.openoffice.org/releases/3.0.0.html
17 lines
629 B
Text
17 lines
629 B
Text
#
|
|
# $NetBSD: soffice-patch,v 1.1.1.1 2009/01/31 22:05:53 bad Exp $
|
|
#
|
|
|
|
--- soffice.orig 2009-01-18 23:49:18.000000000 +0100
|
|
+++ soffice 2009-01-19 00:10:22.000000000 +0100
|
|
@@ -73,6 +73,10 @@
|
|
esac
|
|
done
|
|
|
|
+# Set LD_LIBRARY_PATH so that javaldx finds libuno_sal.so.3:
|
|
+LD_LIBRARY_PATH=$sd_prog/../basis-link/program:$sd_prog/../basis-link/../ure/lib${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
|
|
+export LD_LIBRARY_PATH
|
|
+
|
|
# extend the ld_library_path for java: javaldx checks the sofficerc for us
|
|
if [ -x "$sd_prog/../basis-link/ure-link/bin/javaldx" ] ; then
|
|
my_path=`"$sd_prog/../basis-link/ure-link/bin/javaldx" $BOOTSTRAPVARS \
|