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>
This commit is contained in:
Baptiste Daroussin
2015-12-12 00:59:50 +01:00
committed by Caolán McNamara
parent 8681113dba
commit 3a8b00910e

View File

@@ -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)