summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-aj
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 18:55:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 18:55:45 +0000
commit08a292d4dbe65ad86a35a439df74d97164e35ce6 (patch)
treed58e2b223ff462f659a313903a582fe21bd963c5 /math/Scilab/files/patch-aj
parentupgrade to 0.8 (diff)
Remove ports/math/Scilab, because it was superceeded by math/scilab long time
ago. Submittedby: maintainer
Diffstat (limited to 'math/Scilab/files/patch-aj')
-rw-r--r--math/Scilab/files/patch-aj16
1 files changed, 0 insertions, 16 deletions
diff --git a/math/Scilab/files/patch-aj b/math/Scilab/files/patch-aj
deleted file mode 100644
index 289868b66e04..000000000000
--- a/math/Scilab/files/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./routines/metanet/loadg.c.orig Sat Aug 8 13:53:32 1998
-+++ ./routines/metanet/loadg.c Sat Aug 8 13:58:47 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif
-@@ -14,5 +17,4 @@
- #define getwd(x) _getcwd(x,1024)
- #endif
--
-
- #include "mysearch.h"