diff options
Diffstat (limited to 'graphics/killustrator/files/patch-ad')
-rw-r--r-- | graphics/killustrator/files/patch-ad | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/killustrator/files/patch-ad b/graphics/killustrator/files/patch-ad deleted file mode 100644 index 4575bf91841c..000000000000 --- a/graphics/killustrator/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- standalone/main.cc.orig Sun Aug 6 21:58:28 2000 -+++ standalone/main.cc Sun Aug 6 21:59:58 2000 -@@ -31,7 +31,7 @@ - #endif - - #ifdef __FreeBSD__ --#include <floatingpoint.h> -+#include <ieeefp.h> - #endif - - #include <kapp.h> -@@ -141,7 +141,9 @@ - int retval = app->exec (); - - #ifdef __FreeBSD__ -+#ifndef __alpha__ - fpresetsticky (FP_X_DZ|FP_X_INV); -+#endif - fpsetmask (FP_X_DZ|FP_X_INV); - #endif - |