summarylogtreecommitdiffstats
path: root/scilab-git_LD_LIBRARY_PATH.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scilab-git_LD_LIBRARY_PATH.patch')
-rw-r--r--scilab-git_LD_LIBRARY_PATH.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/scilab-git_LD_LIBRARY_PATH.patch b/scilab-git_LD_LIBRARY_PATH.patch
new file mode 100644
index 000000000000..222dff3b8806
--- /dev/null
+++ b/scilab-git_LD_LIBRARY_PATH.patch
@@ -0,0 +1,11 @@
+--- bin/scilab 2016-08-09 15:08:31.708445393 +0200
++++ bin/scilab 2016-08-09 15:10:30.285575525 +0200
+@@ -808,7 +808,7 @@
+ if test -d $SCI/lib/thirdparty; then
+ SCILIB=$SCI/lib/thirdparty:$SCILIB;
+ fi
+-LD_LIBRARY_PATH=$SCILIB${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
++LD_LIBRARY_PATH=$SCILIB${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}:/usr/lib/scilab
+
+ case $OS in
+ *darwin* | *Darwin*) # MacOS X