1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/math/Scilab/files/patch-ap
Thomas Gellekum cad64cdf20 Import of Scilab port. Scilab is a matlab-like package.
PR:		3867
Submitted by:	Paulo Menezes <paulo@isr.uc.pt>
1997-06-18 12:14:52 +00:00

42 lines
982 B
Plaintext

diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/metanet.c ./xmetanet/metanet.c
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/metanet.c Mon May 12 16:34:41 1997
--- ./xmetanet/metanet.c Wed May 21 01:00:49 1997
***************
*** 6,12 ****
#include <X11/StringDefs.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Label.h>
!
#include "defs.h"
#include "color.h"
#include "list.h"
--- 6,14 ----
#include <X11/StringDefs.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Label.h>
! #ifdef __FreeBSD__
! #include <floatingpoint.h>
! #endif
#include "defs.h"
#include "color.h"
#include "list.h"
***************
*** 219,225 ****
XSizeHints sizehints;
iniG = NULL;
!
/* Is xmetanet called by Scilab? */
igeci = find("-pipes",argc,argv);
--- 221,229 ----
XSizeHints sizehints;
iniG = NULL;
! #ifdef __FreeBSD__
! fpsetmask(0);
! #endif
/* Is xmetanet called by Scilab? */
igeci = find("-pipes",argc,argv);