pkgsrc/math/scilab/patches/patch-at
dmcmahill 353a876869 Update to scilab-4.1. The old version was very out of date and there
have been many many changes including many bug fixes, graphics improvements,
editor improvements, new toolbox functions, etc.
2007-03-23 22:08:55 +00:00

14 lines
593 B
Text

$NetBSD: patch-at,v 1.7 2007/03/23 22:08:57 dmcmahill Exp $
--- routines/xsci/wf_fig.h.orig 2006-01-04 14:40:34.000000000 +0000
+++ routines/xsci/wf_fig.h
@@ -48,8 +48,7 @@
#include <errno.h>
#ifndef linux
-#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__FreeBSD__)
-extern int errno;
+#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
extern int sys_nerr;
#if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd) && !defined(__APPLE__)
extern char *sys_errlist[];