aboutsummaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-br
diff options
context:
space:
mode:
Diffstat (limited to 'math/Scilab/files/patch-br')
-rw-r--r--math/Scilab/files/patch-br17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/Scilab/files/patch-br b/math/Scilab/files/patch-br
deleted file mode 100644
index c4df9ac0d9e6..000000000000
--- a/math/Scilab/files/patch-br
+++ /dev/null
@@ -1,17 +0,0 @@
---- scripts/scilab.g.orig Fri Sep 11 08:57:02 1998
-+++ scripts/scilab.g Thu Jan 14 14:01:58 1999
-@@ -38,6 +38,12 @@
- fi
-
--PVM_ROOT=$SCI/pvm3
--PVM_DPATH=$PVM_ROOT/lib/pvmd
-+if test "$PVM_ROOT" = ""; then
-+ PVM_ROOT=$SCI/pvm3
-+fi
-+if test -x $PVM_ROOT/bin/pvmd; then
-+ PVM_DPATH=$PVM_ROOT/bin/pvmd
-+else
-+ PVM_DPATH=$PVM_ROOT/lib/pvmd
-+fi
- export PVM_ROOT PVM_DPATH
-