Kaydet (Commit) 3a8b0091 authored tarafından Baptiste Daroussin's avatar Baptiste Daroussin Kaydeden (comit) Caolán McNamara

FreeBSD can live with default search path

Change-Id: I3fa26aaf57d9620e952823c303ee77e2fc642045
Reviewed-on: https://gerrit.libreoffice.org/20651Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 8681113d
...@@ -142,7 +142,7 @@ if echo "$checks" | grep -q "cc" ; then ...@@ -142,7 +142,7 @@ if echo "$checks" | grep -q "cc" ; then
fi fi
case "`uname -s`" in 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 # 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}" LD_LIBRARY_PATH="$sd_prog${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
JAVA_HOME=$(javaPathHelper -h libreoffice-java 2> /dev/null) JAVA_HOME=$(javaPathHelper -h libreoffice-java 2> /dev/null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment