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-bs | |
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>
Notes
Notes:
svn path=/head/; revision=23432
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> |