summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorabs <abs>2003-06-17 07:35:43 +0000
committerabs <abs>2003-06-17 07:35:43 +0000
commit5aee1fa8372afe19f7b06898d6cce83bc47310b5 (patch)
tree23057c7bcc44b0df638c0e20d0a34ab716771534 /graphics
parentd121a61ef503a9ee20b5ef5bea03ad8db704d756 (diff)
downloadpkgsrc-5aee1fa8372afe19f7b06898d6cce83bc47310b5.tar.gz
Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libflash/distinfo4
-rw-r--r--graphics/libflash/patches/patch-aj6
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo
index 4273b5a82b4..9a3dadbbbdd 100644
--- a/graphics/libflash/distinfo
+++ b/graphics/libflash/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2003/03/14 18:32:15 jschauma Exp $
+$NetBSD: distinfo,v 1.13 2003/06/17 07:35:43 abs Exp $
SHA1 (flash-0.4.10.tgz) = 41f2b8bba3e551e611913069e6e650bc4c8ab420
Size (flash-0.4.10.tgz) = 358995 bytes
@@ -9,4 +9,4 @@ SHA1 (patch-af) = 4e7d298ca6443f55bbed55d6dd17939c13fababb
SHA1 (patch-ag) = cc6277a63c4bfa54a35b74a1a66dea5923ae8637
SHA1 (patch-ah) = 030219457c785e851abfeb7ed5166a00ae6eface
SHA1 (patch-ai) = a4f927b4698e7de7b46f2496b57c83a30a57fecb
-SHA1 (patch-aj) = bb25d8e704b00824a3ce4370d549fe7837c64d80
+SHA1 (patch-aj) = d37351360b7e703747b4742e0378f89c528bdef7
diff --git a/graphics/libflash/patches/patch-aj b/graphics/libflash/patches/patch-aj
index 833fee01fc4..c03ea161635 100644
--- a/graphics/libflash/patches/patch-aj
+++ b/graphics/libflash/patches/patch-aj
@@ -1,11 +1,9 @@
$NetBSD$
---- Lib/shape.cc.orig Wed Jun 7 14:11:08 2000
+--- Lib/shape.cc.orig Wed Jun 7 19:11:08 2000
+++ Lib/shape.cc
-@@ -24,2 +24,6 @@
+@@ -24,2 +24,4 @@
-+#ifdef __linux__
+#include <math.h>
-+#endif
+
#ifdef RCSID