summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-aw')
-rw-r--r--math/scilab/patches/patch-aw20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/scilab/patches/patch-aw b/math/scilab/patches/patch-aw
deleted file mode 100644
index dddd2b85648..00000000000
--- a/math/scilab/patches/patch-aw
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aw,v 1.2 1999/03/05 11:22:35 frueauf Exp $
-
---- routines/xsci/wf_f_util.c.orig Fri Dec 18 23:37:39 1998
-+++ routines/xsci/wf_f_util.c Fri Dec 18 23:38:57 1998
-@@ -11,4 +11,8 @@
- */
-
-+#if defined(netbsd) || defined(freebsd)
-+#include <unistd.h>
-+#endif
-+
- #include "wf_fig.h"
- #include "wf_resources.h"
-@@ -66,5 +70,5 @@
- get_directory()
- {
--#if defined(SYSV) || defined(SVR4)
-+#if defined(SYSV) || defined(SVR4) || defined(netbsd) || defined(freebsd)
- extern char *getcwd();
-