diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 18:55:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 18:55:45 +0000 |
commit | 08a292d4dbe65ad86a35a439df74d97164e35ce6 (patch) | |
tree | d58e2b223ff462f659a313903a582fe21bd963c5 /math/Scilab/files/patch-al | |
parent | upgrade to 0.8 (diff) |
Remove ports/math/Scilab, because it was superceeded by math/scilab long time
ago.
Submittedby: maintainer
Notes
Notes:
svn path=/head/; revision=50591
Diffstat (limited to 'math/Scilab/files/patch-al')
-rw-r--r-- | math/Scilab/files/patch-al | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/math/Scilab/files/patch-al b/math/Scilab/files/patch-al deleted file mode 100644 index ffed38bb80e5..000000000000 --- a/math/Scilab/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- ./routines/metanet/files.c.orig Sat Aug 8 14:04:52 1998 -+++ ./routines/metanet/files.c Sat Aug 8 14:06:46 1998 -@@ -1,4 +1,7 @@ - #include <stdio.h> - #ifndef __MSC__ -+#if defined(netbsd) || defined(freebsd) -+#include <sys/types.h> -+#endif - #include <dirent.h> - #endif |