summaryrefslogtreecommitdiff
path: root/science/felt/files/patch-ac
blob: 0e835d66f35c30d6040e92122c529c388e2cf84f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 */