diff options
Diffstat (limited to 'math/scilab/files/patch-ay')
-rw-r--r-- | math/scilab/files/patch-ay | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/scilab/files/patch-ay b/math/scilab/files/patch-ay new file mode 100644 index 000000000000..9a196f79a558 --- /dev/null +++ b/math/scilab/files/patch-ay @@ -0,0 +1,11 @@ +--- routines/xsci/wf_fig.h 2003/01/25 17:23:40 1.1 ++++ routines/xsci/wf_fig.h 2003/01/25 17:24:04 +@@ -48,7 +48,7 @@ + #include <errno.h> + + #ifndef linux +-#if !defined(__bsdi__) && !defined(__NetBSD__) ++#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__FreeBSD__) + extern int errno; + extern int sys_nerr; + #if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd) |