summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-an
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-an
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-an')
-rw-r--r--math/Scilab/files/patch-an30
1 files changed, 0 insertions, 30 deletions
diff --git a/math/Scilab/files/patch-an b/math/Scilab/files/patch-an
deleted file mode 100644
index ad74285e3bbf..000000000000
--- a/math/Scilab/files/patch-an
+++ /dev/null
@@ -1,30 +0,0 @@
---- geci/scruteur.c.orig Tue May 27 05:13:53 1997
-+++ geci/scruteur.c Wed Jan 13 19:34:54 1999
-@@ -11,7 +11,16 @@
- #include <errno.h>
- #include <stdio.h>
-+#include <string.h>
- #include <signal.h>
- #include <netdb.h>
-
-+#if defined(netbsd)
-+#include <ieeefp.h>
-+#endif
-+
-+#if defined(freebsd)
-+#include <floatingpoint.h>
-+#endif
-+
- #include "listes_chainees.h"
- #include "utilitaires.h"
-@@ -46,5 +55,9 @@
- sigset_t set,oset;
- #endif
--
-+
-+#if (defined(netbsd) || defined(freebsd)) && !defined(__alpha__)
-+ fpsetmask(0);
-+#endif
-+
- signal(SIGTERM,signal_arret_scruteur);
- signal(SIGQUIT,signal_arret_scruteur);