summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-ba
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-27 01:38:31 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-27 01:38:31 +0000
commitdca1739cb81ca56f39856d32d290dae2f858dd34 (patch)
tree60e947f5827065aa5532bf9e61fce010201fc43a /math/Scilab/files/patch-ba
parentUse 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-ba')
-rw-r--r--math/Scilab/files/patch-ba9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-ba b/math/Scilab/files/patch-ba
new file mode 100644
index 000000000000..dc1af0ed8269
--- /dev/null
+++ b/math/Scilab/files/patch-ba
@@ -0,0 +1,9 @@
+--- routines/xsci/wf_fig.h.orig Sat Dec 19 22:46:40 1998
++++ routines/xsci/wf_fig.h Sat Dec 19 22:51:34 1998
+@@ -52,5 +52,5 @@
+ extern int errno;
+ extern int sys_nerr;
+-#if (! (defined(BSD) && (BSD >= 199306)))
++#if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd)
+ extern char *sys_errlist[];
+ #endif