diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
| commit | dca1739cb81ca56f39856d32d290dae2f858dd34 (patch) | |
| tree | 60e947f5827065aa5532bf9e61fce010201fc43a /math/Scilab/files/patch-ah | |
| parent | Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both (diff) | |
Update to version 2.4.1.
PR: 14877
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'math/Scilab/files/patch-ah')
| -rw-r--r-- | math/Scilab/files/patch-ah | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/math/Scilab/files/patch-ah b/math/Scilab/files/patch-ah index a75a6bd99ea5..28237c526660 100644 --- a/math/Scilab/files/patch-ah +++ b/math/Scilab/files/patch-ah @@ -1,15 +1,8 @@ -diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sound/misc.c ./routines/sound/misc.c -*** /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sound/misc.c Mon May 12 16:34:27 1997 ---- ./routines/sound/misc.c Fri May 16 20:25:33 1997 -*************** -*** 358,364 **** ---- 358,366 ---- - { - static char nomesg[30]; - extern int sys_nerr; -+ #ifndef __FreeBSD__ - extern char *sys_errlist[]; -+ #endif - if (errcode < sys_nerr) - return (sys_errlist[errcode]); - else +--- ./routines/default/mainsci.f.orig Mon Jul 20 07:37:23 1998 ++++ ./routines/default/mainsci.f Mon Jul 20 07:37:23 1998 +@@ -15,4 +15,5 @@ + nargs = iargc() + call fgetarg(0,pname) ++ call nofpex() + i = 0 + 10 continue |
