summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-at
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2007-03-23 22:08:55 +0000
committerdmcmahill <dmcmahill>2007-03-23 22:08:55 +0000
commita829dbf22f9e71c33ec1a0757b9c735ffe223df3 (patch)
treeb7c9bd0b311bde02a57457a33f40d2a53953eef7 /math/scilab/patches/patch-at
parent7ce46588a3b2f6b4da7ea78caadfc7f1c5ab39a1 (diff)
downloadpkgsrc-a829dbf22f9e71c33ec1a0757b9c735ffe223df3.tar.gz
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.
Diffstat (limited to 'math/scilab/patches/patch-at')
-rw-r--r--math/scilab/patches/patch-at8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/scilab/patches/patch-at b/math/scilab/patches/patch-at
index 524cf03de95..d6aa0593294 100644
--- a/math/scilab/patches/patch-at
+++ b/math/scilab/patches/patch-at
@@ -1,14 +1,14 @@
-$NetBSD: patch-at,v 1.6 2006/05/12 12:39:32 joerg Exp $
+$NetBSD: patch-at,v 1.7 2007/03/23 22:08:57 dmcmahill Exp $
---- routines/xsci/wf_fig.h.orig 2006-04-28 19:44:15.000000000 +0000
+--- 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__)
+-#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__FreeBSD__)
-extern int errno;
-+#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__DragonFly__)
++#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[];