diff options
| author | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
|---|---|---|
| committer | SADA Kenji <sada@FreeBSD.org> | 2001-10-03 14:44:01 +0000 |
| commit | daa4df5b0b6a0eb58e959190ed6a757eeac5d43e (patch) | |
| tree | 4c03022ea86f400823220f697f937d4580b74f9b /math/scilab/files/patch-ap | |
| parent | Add xpp-1.0, a GUI print front-end for CUPS (diff) | |
New ports for scilab 2.6 .
PR: ports/26997
Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr>
Diffstat (limited to 'math/scilab/files/patch-ap')
| -rw-r--r-- | math/scilab/files/patch-ap | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/math/scilab/files/patch-ap b/math/scilab/files/patch-ap deleted file mode 100644 index 96dfc67ef43b..000000000000 --- a/math/scilab/files/patch-ap +++ /dev/null @@ -1,22 +0,0 @@ ---- ./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(freebsd)) && !defined(__alpha__) -+ fpsetmask(0); -+#endif - if (argc <= 2) { int i=0; - while (strcmp(UsageStr[i],"fin")!=0) |
