diff options
author | hasso <hasso> | 2009-04-07 08:09:06 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-04-07 08:09:06 +0000 |
commit | 84d0e7ba929e84fd01a5f3b8d3bb45d575db258e (patch) | |
tree | a0c70c30873331608103c54b94755d7711b4132e | |
parent | 96cc462590532a9a2bb2fcdb64967b268155ffeb (diff) | |
download | pkgsrc-84d0e7ba929e84fd01a5f3b8d3bb45d575db258e.tar.gz |
Make it build on DragonFly master.
-rw-r--r-- | graphics/netpbm/distinfo | 4 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-af | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/netpbm/distinfo b/graphics/netpbm/distinfo index 60b04718df3..a2d769c1e5a 100644 --- a/graphics/netpbm/distinfo +++ b/graphics/netpbm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.66 2007/02/19 02:25:19 rillig Exp $ +$NetBSD: distinfo,v 1.67 2009/04/07 08:09:06 hasso Exp $ SHA1 (netpbm-10.34.tgz) = 530458871f9d3dc763a1bf82f227eeb79098c601 RMD160 (netpbm-10.34.tgz) = 57a596efa6cacb981135d554a72cbaffc4cfe72c @@ -8,7 +8,7 @@ SHA1 (patch-ab) = 7781c51e9a8cc9de953540a04e19303244ef8d57 SHA1 (patch-ac) = 0dd7205df79267045d6884ee59e07480e3192341 SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1 SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1 -SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26 +SHA1 (patch-af) = 17b17c99b61efa819d251ea559b689910946b9f8 SHA1 (patch-ag) = 59417c163c0ddc822a887a29e595d38323b87af5 SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26 SHA1 (patch-ai) = e9b3a473af2251f1779b3cd33b572002064d548a diff --git a/graphics/netpbm/patches/patch-af b/graphics/netpbm/patches/patch-af index 70bb1b7ce90..ad552e82f1e 100644 --- a/graphics/netpbm/patches/patch-af +++ b/graphics/netpbm/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.11 2006/02/14 21:57:44 adam Exp $ +$NetBSD: patch-af,v 1.12 2009/04/07 08:09:06 hasso Exp $ --- converter/other/cameratopam/identify.c.orig 2005-08-27 19:29:58.000000000 +0200 +++ converter/other/cameratopam/identify.c -@@ -23,7 +23,11 @@ +@@ -23,7 +23,12 @@ static loadRawFn load_raw; @@ -10,7 +10,8 @@ $NetBSD: patch-af,v 1.11 2006/02/14 21:57:44 adam Exp $ +#if !(defined(__GLIBC__) \ + || (defined(__NetBSD__) && (__NetBSD_Version__ >= 300000000)) \ -+ || (defined(__FreeBSD__) && (__FreeBSD_version >= 600000))) ++ || (defined(__FreeBSD__) && (__FreeBSD_version >= 600000)) \ ++ || (defined(__DragonFly__) && (__DragonFly_version >= 200202))) /* This does the same as the function of the same name in the GNU C library */ static const char *memmem (const char *haystack, size_t haystacklen, const char *needle, size_t needlelen) |