summaryrefslogtreecommitdiff
path: root/archivers/ha/patches
diff options
context:
space:
mode:
authordanw <danw>2004-05-02 22:25:18 +0000
committerdanw <danw>2004-05-02 22:25:18 +0000
commit614ed754b5aa2a1831259252a2c65d050197ce16 (patch)
tree515a92f23657914494ef4ce0586103d3a6e8fee0 /archivers/ha/patches
parentc9a1b4a4cc1f48db24b9e664a63783b8ea458280 (diff)
downloadpkgsrc-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-ad6
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>