diff options
Diffstat (limited to 'math/Scilab/files/patch-ba')
-rw-r--r-- | math/Scilab/files/patch-ba | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-ba b/math/Scilab/files/patch-ba new file mode 100644 index 000000000000..dc1af0ed8269 --- /dev/null +++ b/math/Scilab/files/patch-ba @@ -0,0 +1,9 @@ +--- routines/xsci/wf_fig.h.orig Sat Dec 19 22:46:40 1998 ++++ routines/xsci/wf_fig.h Sat Dec 19 22:51:34 1998 +@@ -52,5 +52,5 @@ + extern int errno; + extern int sys_nerr; +-#if (! (defined(BSD) && (BSD >= 199306))) ++#if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd) + extern char *sys_errlist[]; + #endif |