View | Details | Raw Unified | Return to issue 87583
Collapse All | Expand All

(-)work/DEV300_m4/desktop/scripts/soffice.sh (+17 lines)
Lines 68-73 Link Here
68
68
69
sd_binary=`basename "$0"`.bin
69
sd_binary=`basename "$0"`.bin
70
70
71
# this is a temporary hack until we can live with the default search paths
72
case "`uname -s`" in
73
    FreeBSD)
74
        sd_prog1="$sd_prog/../basis-link/program"
75
	sd_prog2="$sd_prog/../basis-link/ure-link/lib"
76
	if [ $LD_LIBRARY_PATH ]; then
77
    	    SYSTEM_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
78
   	    export SYSTEM_LD_LIBRARY_PATH
79
    	    LD_LIBRARY_PATH="$sd_prog1:$sd_prog2":$LD_LIBRARY_PATH
80
	else
81
    	    LD_LIBRARY_PATH="$sd_prog1:$sd_prog2"
82
	fi
83
	export LD_LIBRARY_PATH
84
	;;
85
86
esac
87
71
#collect all bootstrap variables specified on the command line
88
#collect all bootstrap variables specified on the command line
72
#so that they can be passed as arguments to javaldx later on
89
#so that they can be passed as arguments to javaldx later on
73
for arg in $@
90
for arg in $@

Return to issue 87583