summaryrefslogtreecommitdiff
path: root/science/felt/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'science/felt/files/patch-ac')
-rw-r--r--science/felt/files/patch-ac28
1 files changed, 28 insertions, 0 deletions
diff --git a/science/felt/files/patch-ac b/science/felt/files/patch-ac
new file mode 100644
index 000000000000..0e835d66f35c
--- /dev/null
+++ b/science/felt/files/patch-ac
@@ -0,0 +1,28 @@
+*** ../FElt-3.00/src/Velvet/velvet.c Wed May 31 19:03:06 1995
+--- ./src/Velvet/velvet.c Wed Dec 18 20:50:30 1996
+***************
+*** 73,78 ****
+--- 73,81 ----
+ # include "popup.xbm"
+ # include "FElt.icon"
+
++ #ifdef __FreeBSD__
++ #include <floatingpoint.h>
++ #endif
+
+ static char *defaults [ ] = {
+ # include "velvet.ad.h"
+***************
+*** 595,600 ****
+--- 598,608 ----
+ static String output_buttons [ ] = {"dismiss", "save"};
+ static String proceed_buttons [ ] = {"okay", "cancel"};
+ static String qsave_buttons [ ] = {"yes", "no", "cancel"};
++
++ #ifdef __FreeBSD__
++ fpsetmask (0);
++ #endif
++
+
+
+ /* Parse the initial command line options */