summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-ap')
-rw-r--r--math/scilab/patches/patch-ap24
1 files changed, 0 insertions, 24 deletions
diff --git a/math/scilab/patches/patch-ap b/math/scilab/patches/patch-ap
deleted file mode 100644
index a00dfa24bf8..00000000000
--- a/math/scilab/patches/patch-ap
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ap,v 1.2 1999/03/05 11:22:35 frueauf Exp $
-
---- ./imp/Slpr.c.orig Mon Jul 20 07:34:06 1998
-+++ ./imp/Slpr.c Sat Aug 8 13:11:59 1998
-@@ -9,4 +9,11 @@
- #include <stdio.h>
-
-+#if defined(netbsd)
-+#include <ieeefp.h>
-+#endif
-+
-+#if defined(freebsd)
-+#include <floatingpoint.h>
-+#endif
-
- #ifdef __STDC__
-@@ -59,4 +66,7 @@
- int i ;
- FILE *fd;
-+#if (defined(netbsd) && !defined(__alpha__)) || defined(freebsd)
-+ fpsetmask(0);
-+#endif
- if (argc <= 2) { int i=0;
- while (strcmp(UsageStr[i],"fin")!=0)