summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/libflash/distinfo3
-rw-r--r--graphics/libflash/patches/patch-aj11
2 files changed, 13 insertions, 1 deletions
diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo
index 932f002400b..4273b5a82b4 100644
--- a/graphics/libflash/distinfo
+++ b/graphics/libflash/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2003/01/30 12:22:47 jlam Exp $
+$NetBSD: distinfo,v 1.12 2003/03/14 18:32:15 jschauma Exp $
SHA1 (flash-0.4.10.tgz) = 41f2b8bba3e551e611913069e6e650bc4c8ab420
Size (flash-0.4.10.tgz) = 358995 bytes
@@ -9,3 +9,4 @@ SHA1 (patch-af) = 4e7d298ca6443f55bbed55d6dd17939c13fababb
SHA1 (patch-ag) = cc6277a63c4bfa54a35b74a1a66dea5923ae8637
SHA1 (patch-ah) = 030219457c785e851abfeb7ed5166a00ae6eface
SHA1 (patch-ai) = a4f927b4698e7de7b46f2496b57c83a30a57fecb
+SHA1 (patch-aj) = bb25d8e704b00824a3ce4370d549fe7837c64d80
diff --git a/graphics/libflash/patches/patch-aj b/graphics/libflash/patches/patch-aj
new file mode 100644
index 00000000000..833fee01fc4
--- /dev/null
+++ b/graphics/libflash/patches/patch-aj
@@ -0,0 +1,11 @@
+$NetBSD$
+
+--- Lib/shape.cc.orig Wed Jun 7 14:11:08 2000
++++ Lib/shape.cc
+@@ -24,2 +24,6 @@
+
++#ifdef __linux__
++#include <math.h>
++#endif
++
+ #ifdef RCSID