summaryrefslogtreecommitdiff
path: root/misc/openoffice/files/soffice
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/files/soffice')
-rwxr-xr-xmisc/openoffice/files/soffice6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/openoffice/files/soffice b/misc/openoffice/files/soffice
index fde43d8440a..928949b2d65 100755
--- a/misc/openoffice/files/soffice
+++ b/misc/openoffice/files/soffice
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: soffice,v 1.5 2005/01/06 15:52:20 mrauch Exp $
+# $NetBSD: soffice,v 1.6 2005/10/03 15:53:34 mrauch Exp $
#
SOINST=@@PREFIX@@/@@OPENOFFICE_VERSION@@
[ "$SOFFICE" = "" ] && SOFFICE=$HOME/@@OPENOFFICE_VERSION@@
@@ -50,4 +50,8 @@ PTHREAD_DIAGASSERT=AEL
export PTHREAD_DIAGASSERT
fi
+# Let the standard pkgsrc libraries be found by dlopen()
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@@PREFIX@@/lib
+export LD_LIBRARY_PATH
+
exec ${SOFFICE}/soffice "$@"