diff options
author | danw <danw@pkgsrc.org> | 2004-05-02 22:25:18 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-02 22:25:18 +0000 |
commit | 11e48807a02e014ced0234536a3f2c0570ff1451 (patch) | |
tree | 515a92f23657914494ef4ce0586103d3a6e8fee0 /archivers | |
parent | d6a5fb63c1399569fc3277580010d2bf5da824a2 (diff) | |
download | pkgsrc-11e48807a02e014ced0234536a3f2c0570ff1451.tar.gz |
patch in a fake malloc.h so this builds on darwin (and freebsd)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ha/distinfo | 3 | ||||
-rw-r--r-- | archivers/ha/patches/patch-ad | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/archivers/ha/distinfo b/archivers/ha/distinfo index 3f795cd0a2e..c70e90fc32c 100644 --- a/archivers/ha/distinfo +++ b/archivers/ha/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2004/01/29 12:55:36 grant Exp $ +$NetBSD: distinfo,v 1.5 2004/05/02 22:25:18 danw Exp $ SHA1 (ha0999.tgz) = 8dd106748619772f988ee0bce59937a4de1677ed Size (ha0999.tgz) = 44271 bytes SHA1 (patch-aa) = 3cb453dd45de59331542a83328759d00b156a933 SHA1 (patch-ab) = 4dcf130fa23beab775fc4b11883d4a820f223016 SHA1 (patch-ac) = 5504ba8f6070cd6ed984a4ad870ebc9eb58353c4 +SHA1 (patch-ad) = a50bd6e5ce904c204cd8e453538efb538dd03002 diff --git a/archivers/ha/patches/patch-ad b/archivers/ha/patches/patch-ad new file mode 100644 index 00000000000..5a9cd5f087c --- /dev/null +++ b/archivers/ha/patches/patch-ad @@ -0,0 +1,6 @@ +$NetBSD: patch-ad,v 1.1 2004/05/02 22:25:18 danw Exp $ + +--- include/malloc.h.orig Wed Apr 28 08:36:32 2004 ++++ include/malloc.h +@@ -0,0 +1 @@ ++#include <stdlib.h> |