diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-04 04:58:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-04 04:58:31 +0000 |
commit | 223de694757245d4408562b85d7840a14fb938ac (patch) | |
tree | 28d2d01b056ae10e280c4dd158c34d813753db85 /math/scilab/files/patch-ah | |
parent | Work around what I believe to be a broken implementation of isfinite() (diff) |
upgrate to scilab 2.7
PR: 50219 and 50221
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes:
svn path=/head/; revision=78087
Diffstat (limited to 'math/scilab/files/patch-ah')
-rw-r--r-- | math/scilab/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/scilab/files/patch-ah b/math/scilab/files/patch-ah deleted file mode 100644 index 5c87dd93ecde..000000000000 --- a/math/scilab/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- macros/util/unix_x.sci Fri Jul 6 10:51:58 2001 -+++ macros/util/unix_x.sci Fri Jul 6 11:07:57 2001 -@@ -28,7 +28,7 @@ - if MSDOS then - hos""""+strsubsSCI,'/','\')+'\bin\xless.exe"" '+ tmp); - else -- host('$SCI/bin/xless '+tmp+' & 2>/dev/null;') -+ host('xless '+tmp+' & 2>/dev/null;') - end - case -1 then // host failed - erro85) |