diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
commit | 6e8f676783e80d5004357873cec81d74fd8fff28 (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /graphics/ljpeg | |
parent | 437e85176cf4c06d971f68c1dfbcc4bf55f43fbb (diff) | |
download | pkgsrc-6e8f676783e80d5004357873cec81d74fd8fff28.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'graphics/ljpeg')
-rw-r--r-- | graphics/ljpeg/distinfo | 3 | ||||
-rw-r--r-- | graphics/ljpeg/patches/patch-ab | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/graphics/ljpeg/distinfo b/graphics/ljpeg/distinfo index 5b428cdc486..c268b751482 100644 --- a/graphics/ljpeg/distinfo +++ b/graphics/ljpeg/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/21 21:30:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/05/23 23:28:29 danw Exp $ SHA1 (ljpg-1.0/ljpg.tar.Z) = 47071fad1f11a3b9241a34b188ab07d54dcd13bc Size (ljpg-1.0/ljpg.tar.Z) = 334459 bytes SHA1 (patch-aa) = 562ce4a8f82c6ed59b4b730f59822d4749e925a3 +SHA1 (patch-ab) = c56ad99b8ce278d58f50fc8770c6ca62aa8936f4 diff --git a/graphics/ljpeg/patches/patch-ab b/graphics/ljpeg/patches/patch-ab new file mode 100644 index 00000000000..5717d583284 --- /dev/null +++ b/graphics/ljpeg/patches/patch-ab @@ -0,0 +1,6 @@ +$NetBSD: patch-ab,v 1.1 2004/05/23 23:28:29 danw Exp $ + +--- malloc.h.orig Sun May 23 17:14:14 2004 ++++ malloc.h +@@ -0,0 +1 @@ ++#include <stdlib.h> |