[Libreoffice-commits] core.git: desktop/scripts

Baptiste Daroussin bapt at FreeBSD.org
Mon Dec 14 03:05:53 PST 2015


 desktop/scripts/soffice.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a8b00910e0dbcad29e8af74f3ab1dff4645e867
Author: Baptiste Daroussin <bapt at FreeBSD.org>
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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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)


More information about the Libreoffice-commits mailing list