summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@freebsd.org>2011-01-31 19:59:18 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-01-31 20:00:50 +0000
commitdef75a807790721a4569befee6f96ba318f06598 (patch)
treea46c307848eecf3258b3ec4aa3d0f95d33acf9fb /desktop/scripts
parent88808cc257071aec0d56d1ca056e241c946765a9 (diff)
initial FreeBSD work
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 239185389128..58c4ed84c6e6 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -70,7 +70,7 @@ fi
sd_binary=`basename "$0" | sed 's/libreoffice/soffice/g'`.bin
case "`uname -s`" in
-NetBSD|OpenBSD) # this is a temporary hack until we can live with the default search paths
+NetBSD|OpenBSD|FreeBSD) # this is a temporary hack until we can live with the default search paths
sd_prog1="$sd_prog/../basis-link/program"
sd_prog2="$sd_prog/../basis-link/ure-link/lib"
LD_LIBRARY_PATH=$sd_prog1:$sd_prog2${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}