freebsd-ports/math/scilab/files/patch-ba
Steve Price dca1739cb8 Update to version 2.4.1.
PR:		14877
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-11-27 01:38:31 +00:00

10 lines
315 B
Plaintext

--- 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