desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3a8b00910e0dbcad29e8af74f3ab1dff4645e867 Author: Baptiste Daroussin <[email protected]> Date: Sat Dec 12 00:59:50 2015 +0100 FreeBSD can live with default search path Change-Id: I3fa26aaf57d9620e952823c303ee77e2fc642045 Reviewed-on: https://gerrit.libreoffice.org/20651 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 06a7ff7..a8c5004 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)
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
