summaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/files/patch-ad')
-rw-r--r--math/scilab/files/patch-ad27
1 files changed, 27 insertions, 0 deletions
diff --git a/math/scilab/files/patch-ad b/math/scilab/files/patch-ad
new file mode 100644
index 000000000000..9c3201b70b04
--- /dev/null
+++ b/math/scilab/files/patch-ad
@@ -0,0 +1,27 @@
+diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/imp/Slatexpr2.c ./imp/Slatexpr2.c
+*** /usr/LOCAL/scilab2.3/work/scilab-2.3/imp/Slatexpr2.c Mon May 12 16:34:55 1997
+--- ./imp/Slatexpr2.c Wed May 21 01:00:03 1997
+***************
+*** 5,10 ****
+--- 5,13 ----
+ #include <malloc.h>
+ #endif
+ #include <stdio.h>
++ #ifdef __FreeBSD__
++ #include <floatingpoint.h>
++ #endif
+
+ void readOneLine();
+
+***************
+*** 142,147 ****
+--- 145,153 ----
+ int i ;
+ FILE *fd;
+ FILE *fdo;
++ #ifdef __FreeBSD__
++ fpsetmask(0);
++ #endif
+ if (argc !=4 ) { int i=0;
+ while (strcmp(UsageStr[i],"fin")!=0)
+ {