diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
| commit | a14c0668720dcafde3f60b7659a01d99ec693a41 (patch) | |
| tree | 9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/geg/files/patch-src_main.c | |
| parent | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (diff) | |
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/geg/files/patch-src_main.c')
| -rw-r--r-- | math/geg/files/patch-src_main.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/geg/files/patch-src_main.c b/math/geg/files/patch-src_main.c new file mode 100644 index 000000000000..f23a93012cda --- /dev/null +++ b/math/geg/files/patch-src_main.c @@ -0,0 +1,16 @@ +--- 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(); + |
