diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-12 00:59:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-14 11:05:25 +0000 |
commit | 3a8b00910e0dbcad29e8af74f3ab1dff4645e867 (patch) | |
tree | d903e3d5c3c33306bd48ca72f2c5fa5769e294dc /desktop/scripts | |
parent | 8681113dba235a21a13878bafda0a2c763f57d90 (diff) |
FreeBSD can live with default search path
Change-Id: I3fa26aaf57d9620e952823c303ee77e2fc642045
Reviewed-on: https://gerrit.libreoffice.org/20651
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 06a7ff760644..a8c500444be5 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -142,7 +142,7 @@ if echo "$checks" | grep -q "cc" ; then fi case "`uname -s`" in -NetBSD|OpenBSD|FreeBSD|DragonFly) +NetBSD|OpenBSD|DragonFly) # this is a temporary hack until we can live with the default search paths LD_LIBRARY_PATH="$sd_prog${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" JAVA_HOME=$(javaPathHelper -h libreoffice-java 2> /dev/null) |