opnsense-ports/math/geg/files/patch-src_main.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
301 B
C

--- src/main.c.orig Sat Apr 15 19:50:38 2000
+++ src/main.c Sat Apr 15 19:50:52 2000
@@ -10,10 +10,13 @@
#include "app.h"
#include <gtk/gtk.h>
#include <stdio.h>
+#include <ieeefp.h>
int
main(int argc, char *argv[])
{
+ fpsetmask(0);
+
parse_command_line(argc, argv);
parse_rcfile();