summaryrefslogtreecommitdiff
path: root/devel/hptools/patches/patch-ad
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-07 01:50:15 +0000
committerdanw <danw@pkgsrc.org>2004-05-07 01:50:15 +0000
commit1236283f84dcbc0f28ae848238ed86d496107221 (patch)
tree04299d8040da72b33d6f39e869d0fc1287c91cd6 /devel/hptools/patches/patch-ad
parente2d6785d48238b4c09098bac4cb648303108baa8 (diff)
downloadpkgsrc-1236283f84dcbc0f28ae848238ed86d496107221.tar.gz
patch out malloc.h includes for darwin/freebsd
Diffstat (limited to 'devel/hptools/patches/patch-ad')
-rw-r--r--devel/hptools/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/hptools/patches/patch-ad b/devel/hptools/patches/patch-ad
new file mode 100644
index 00000000000..00a5378ace7
--- /dev/null
+++ b/devel/hptools/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../include/sasm.h.orig Sat Mar 13 00:46:58 2004
++++ ../include/sasm.h Sat Mar 13 00:47:07 2004
+@@ -16,9 +16,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifdef __FREE__
+-# include <malloc.h>
+-#endif
+ #include <time.h>
+
+ #include <ctype.h>