summaryrefslogtreecommitdiff
path: root/graphics/libflash/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libflash/files/patch-ah')
-rw-r--r--graphics/libflash/files/patch-ah24
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/libflash/files/patch-ah b/graphics/libflash/files/patch-ah
deleted file mode 100644
index d261e922672f..000000000000
--- a/graphics/libflash/files/patch-ah
+++ /dev/null
@@ -1,24 +0,0 @@
---- lib/cxform.cc.orig Tue May 2 04:18:33 2000
-+++ lib/cxform.cc Thu Oct 12 14:44:03 2000
-@@ -26,6 +26,10 @@
- static char *rcsid = "$Id";
- #endif
-
-+#ifdef __FreeBSD__
-+#include <ieeefp.h>
-+#endif
-+
- long
- Cxform::getRed(long v) {
- long val;
-@@ -69,6 +73,10 @@
- Color
- Cxform::getColor(Color color) {
- Color newColor;
-+
-+#ifdef __FreeBSD__
-+ fpsetmask(0);
-+#endif
-
- newColor.red = getRed(color.red);
- newColor.green = getGreen(color.green);