summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-bs
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-bs
parentupgrade 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-bs')
-rw-r--r--math/Scilab/files/patch-bs9
1 files changed, 0 insertions, 9 deletions
diff --git a/math/Scilab/files/patch-bs b/math/Scilab/files/patch-bs
deleted file mode 100644
index 4bd4c4ea39ef..000000000000
--- a/math/Scilab/files/patch-bs
+++ /dev/null
@@ -1,9 +0,0 @@
---- routines/xsci/x_main.c.orig Sat Jan 16 12:34:24 1999
-+++ routines/xsci/x_main.c Sat Jan 16 12:35:25 1999
-@@ -530,5 +530,5 @@
-
- /* following include needed for solaris */
--#if defined(sparc) && defined(__STDC__)
-+#if (defined(sparc) && defined(__STDC__)) && !defined(netbsd)
- #include <stropts.h>
- #include <poll.h>