1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/snns/files/patch-af

14 lines
462 B
Plaintext
Raw Normal View History

2000-01-24 00:49:46 +00:00
--- xgui/sources/ui_main.c.orig Sat Dec 4 13:08:46 1999
+++ xgui/sources/ui_main.c Sat Dec 4 13:08:04 1999
@@ -329,8 +329,10 @@
UPDATE : 1.4.1990
******************************************************************************/
+#include <floatingpoint.h>
void main (int argc, char **argv)
{
+ fpsetmask(0);
ui_toplevel = XtAppInitialize(&ui_appContext, "Popup", NULL, ZERO,
(int *) &argc, argv, fallback_resources,
NULL, ZERO);