diff options
Diffstat (limited to 'sysutils/gnomesystemmonitor/files/patch-ad')
-rw-r--r-- | sysutils/gnomesystemmonitor/files/patch-ad | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/gnomesystemmonitor/files/patch-ad b/sysutils/gnomesystemmonitor/files/patch-ad deleted file mode 100644 index b94b21823f77..000000000000 --- a/sysutils/gnomesystemmonitor/files/patch-ad +++ /dev/null @@ -1,32 +0,0 @@ ---- main.c.orig Mon May 22 13:25:21 2000 -+++ main.c Sun Aug 6 21:01:42 2000 -@@ -33,6 +33,8 @@ - #include <gnome.h> - #include <libgnomeui/gnome-window-icon.h> - -+#include <floatingpoint.h> -+ - #include <glibtop/close.h> - - #include <locale.h> -@@ -206,6 +208,8 @@ - poptContext ctx; - const char **args; - -+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV)); -+ - setlocale (LC_ALL, ""); - bindtextdomain (PACKAGE, GNOMELOCALEDIR); - textdomain (PACKAGE); -@@ -295,6 +299,11 @@ - gtop_properties.global.show_toolbar); - gnome_config_sync (); - } -+ -+#ifndef __alpha__ -+ fpresetsticky (FP_X_DZ|FP_X_INV); -+#endif -+ fpsetmask (FP_X_DZ|FP_X_INV); - - return 0; - } |