summaryrefslogtreecommitdiff
path: root/archivers
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
parentc9a1b4a4cc1f48db24b9e664a63783b8ea458280 (diff)
downloadpkgsrc-614ed754b5aa2a1831259252a2c65d050197ce16.tar.gz
patch in a fake malloc.h so this builds on darwin (and freebsd)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ha/distinfo3
-rw-r--r--archivers/ha/patches/patch-ad6
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>