summaryrefslogtreecommitdiff
path: root/math/snns/files/patch-af
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-24 00:49:46 +0000
commit881cbb086254aee2428900993356386bd32f6df6 (patch)
tree7906696e53d8bcc97cca27ca989683b6b259d1b4 /math/snns/files/patch-af
parentRespect CC and CFLAGS (diff)
Update to 4.2.
Notes
Notes: svn path=/head/; revision=24984
Diffstat (limited to 'math/snns/files/patch-af')
-rw-r--r--math/snns/files/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/snns/files/patch-af b/math/snns/files/patch-af
new file mode 100644
index 000000000000..62bf3c29ae30
--- /dev/null
+++ b/math/snns/files/patch-af
@@ -0,0 +1,13 @@
+--- 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);