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-bd | |
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-bd')
-rw-r--r-- | math/scilab/files/patch-bd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/scilab/files/patch-bd b/math/scilab/files/patch-bd new file mode 100644 index 000000000000..ea9ee7857d43 --- /dev/null +++ b/math/scilab/files/patch-bd @@ -0,0 +1,9 @@ +--- routines/sound/sox.c.orig Fri Jul 17 08:24:52 1998 ++++ routines/sound/sox.c Tue Jan 12 13:37:48 1999 +@@ -248,5 +248,5 @@ + */ + +-#if defined(unix) || defined(AMIGA) || defined(ARM) || defined(aix) ++#if defined(netbsd) || defined(freebsd) || defined(unix) || defined(AMIGA) || defined(ARM) || defined(aix) + filetype(fd) + int fd; |