diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 23:43:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 23:43:15 +0000 |
commit | 41b97df0b9ca6fdfdb175ca2bd147a3ecdb215d8 (patch) | |
tree | cdc12c9f6a689fdc407de77cfceb489ce3c7205f /math/scilab/files/patch-ay | |
parent | Upgrade to version 8.7 (diff) |
Maintainer fix for math/scilab
The math/scilab port does not work on FreeBSD 5.0 due to
an header conflict. The following patch sent by Lyndon
Nerenberg (ports/47498) fixes the problem.
Reported by: Kris Kennaway (kris@obsecurity.org)
Fix by: Lyndon Nerenberg (lyndon@orthanc.ab.ca)
PR: ports/47508
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes:
svn path=/head/; revision=74919
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) |