diff options
Diffstat (limited to 'math/Scilab/files/patch-bs')
-rw-r--r-- | math/Scilab/files/patch-bs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-bs b/math/Scilab/files/patch-bs new file mode 100644 index 000000000000..4bd4c4ea39ef --- /dev/null +++ b/math/Scilab/files/patch-bs @@ -0,0 +1,9 @@ +--- routines/xsci/x_main.c.orig Sat Jan 16 12:34:24 1999 ++++ routines/xsci/x_main.c Sat Jan 16 12:35:25 1999 +@@ -530,5 +530,5 @@ + + /* following include needed for solaris */ +-#if defined(sparc) && defined(__STDC__) ++#if (defined(sparc) && defined(__STDC__)) && !defined(netbsd) + #include <stropts.h> + #include <poll.h> |