diff options
author | jschauma <jschauma> | 2003-03-14 18:32:15 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-14 18:32:15 +0000 |
commit | 2045c3a17f778f4291f00ac8495b025fac1eb26c (patch) | |
tree | 65c90f8e26d46bea78a66029127037b34f8112a1 /graphics | |
parent | bbb286bf3800566cba6f627dd1ed53be6fde375f (diff) | |
download | pkgsrc-2045c3a17f778f4291f00ac8495b025fac1eb26c.tar.gz |
On Linux, we need to include <math.h> in one instance.
Note that after this, the package installs cleanly without a problem,
indicating that jlam's fixes for PR pkg/19735 worked and the PR most likely
can be closed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libflash/distinfo | 3 | ||||
-rw-r--r-- | graphics/libflash/patches/patch-aj | 11 |
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 |