diff options
author | danw <danw> | 2004-05-02 22:25:18 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-02 22:25:18 +0000 |
commit | 614ed754b5aa2a1831259252a2c65d050197ce16 (patch) | |
tree | 515a92f23657914494ef4ce0586103d3a6e8fee0 /archivers/ha/patches | |
parent | c9a1b4a4cc1f48db24b9e664a63783b8ea458280 (diff) | |
download | pkgsrc-614ed754b5aa2a1831259252a2c65d050197ce16.tar.gz |
patch in a fake malloc.h so this builds on darwin (and freebsd)
Diffstat (limited to 'archivers/ha/patches')
-rw-r--r-- | archivers/ha/patches/patch-ad | 6 |
1 files changed, 6 insertions, 0 deletions
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> |