diff options
author | abs <abs@pkgsrc.org> | 2003-06-17 07:35:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-06-17 07:35:43 +0000 |
commit | 7fff8b1dedd1a85dd53b668c1ded4489558b2ea9 (patch) | |
tree | 23057c7bcc44b0df638c0e20d0a34ab716771534 /graphics/libflash | |
parent | b015e18fd1ea754e48dd73eea58f5813f5139686 (diff) | |
download | pkgsrc-7fff8b1dedd1a85dd53b668c1ded4489558b2ea9.tar.gz |
Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3.
Diffstat (limited to 'graphics/libflash')
-rw-r--r-- | graphics/libflash/distinfo | 4 | ||||
-rw-r--r-- | graphics/libflash/patches/patch-aj | 6 |
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 |