diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-05 15:48:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-05 15:48:09 +0000 |
commit | 5471e226b8e5e6d96f2473a0d175fd4e51c08e21 (patch) | |
tree | 71951d6e4dc08ae0a5f0dddbf2ebd7fb365b60ed /net | |
parent | 968c6fdfc74aee32b349fc46d0a0a9b9499d5146 (diff) | |
download | pkgsrc-5471e226b8e5e6d96f2473a0d175fd4e51c08e21.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'net')
-rw-r--r-- | net/wmget/distinfo | 3 | ||||
-rw-r--r-- | net/wmget/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/wmget/distinfo b/net/wmget/distinfo index 110bd5b7557..b40be6623e2 100644 --- a/net/wmget/distinfo +++ b/net/wmget/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $ +$NetBSD: distinfo,v 1.2 2007/08/05 15:48:09 joerg Exp $ SHA1 (wmget-0.6.0-src.tar.gz) = 936fa30702c65216dc0371fcd3e5d2104bced1f8 RMD160 (wmget-0.6.0-src.tar.gz) = 5caefbb15c66e38c4c3677428a086f49e4a529a3 Size (wmget-0.6.0-src.tar.gz) = 41155 bytes +SHA1 (patch-aa) = cdcab9a51b4e688f49d78e2307d0752c33705f06 diff --git a/net/wmget/patches/patch-aa b/net/wmget/patches/patch-aa new file mode 100644 index 00000000000..c186a6943a3 --- /dev/null +++ b/net/wmget/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/08/05 15:48:09 joerg Exp $ + +--- configure.c.orig 2007-08-05 15:24:33.000000000 +0000 ++++ configure.c +@@ -30,7 +30,6 @@ + */ + + #include <string.h> +-#include <malloc.h> + #include <ctype.h> + #include <getopt.h> + #include <stdlib.h> |