diff options
author | danw <danw@pkgsrc.org> | 2004-05-07 01:50:15 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-07 01:50:15 +0000 |
commit | 1236283f84dcbc0f28ae848238ed86d496107221 (patch) | |
tree | 04299d8040da72b33d6f39e869d0fc1287c91cd6 /devel/hptools/patches | |
parent | e2d6785d48238b4c09098bac4cb648303108baa8 (diff) | |
download | pkgsrc-1236283f84dcbc0f28ae848238ed86d496107221.tar.gz |
patch out malloc.h includes for darwin/freebsd
Diffstat (limited to 'devel/hptools/patches')
-rw-r--r-- | devel/hptools/patches/patch-aa | 14 | ||||
-rw-r--r-- | devel/hptools/patches/patch-ab | 14 | ||||
-rw-r--r-- | devel/hptools/patches/patch-ac | 14 | ||||
-rw-r--r-- | devel/hptools/patches/patch-ad | 14 | ||||
-rw-r--r-- | devel/hptools/patches/patch-ae | 14 |
5 files changed, 70 insertions, 0 deletions
diff --git a/devel/hptools/patches/patch-aa b/devel/hptools/patches/patch-aa new file mode 100644 index 00000000000..2c0fcc3b019 --- /dev/null +++ b/devel/hptools/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2004/05/07 01:50:15 danw Exp $ + +--- ../rplcomp/masd.c.orig Sat Mar 13 00:47:19 2004 ++++ ../rplcomp/masd.c Sat Mar 13 00:47:25 2004 +@@ -11,9 +11,6 @@ + #else + # include <strings.h> + #endif +-#ifndef macintosh +-# include <malloc.h> +-#endif + #include <ctype.h> + + #include "rplcomp.h" diff --git a/devel/hptools/patches/patch-ab b/devel/hptools/patches/patch-ab new file mode 100644 index 00000000000..4c1395d9a3f --- /dev/null +++ b/devel/hptools/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2004/05/07 01:50:15 danw Exp $ + +--- ../rplcomp/defer.c.orig Sat Mar 13 00:47:14 2004 ++++ ../rplcomp/defer.c Sat Mar 13 00:47:19 2004 +@@ -11,9 +11,6 @@ + #else + # include <strings.h> + #endif +-#ifndef macintosh +-# include <malloc.h> +-#endif + #include <ctype.h> + + #include "rplcomp.h" diff --git a/devel/hptools/patches/patch-ac b/devel/hptools/patches/patch-ac new file mode 100644 index 00000000000..c982bfb52e0 --- /dev/null +++ b/devel/hptools/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2004/05/07 01:50:15 danw Exp $ + +--- ../common/envfile.c.orig Sat Mar 13 00:46:43 2004 ++++ ../common/envfile.c Sat Mar 13 00:46:58 2004 +@@ -10,9 +10,6 @@ + #else + # include <strings.h> + #endif +-#ifndef macintosh +-# include <malloc.h> +-#endif + + #include "envfile.h" + 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> diff --git a/devel/hptools/patches/patch-ae b/devel/hptools/patches/patch-ae new file mode 100644 index 00000000000..8183d367bba --- /dev/null +++ b/devel/hptools/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2004/05/07 01:50:15 danw Exp $ + +--- ../include/sload.h.orig Sat Mar 13 00:47:08 2004 ++++ ../include/sload.h Sat Mar 13 00:47:14 2004 +@@ -21,9 +21,6 @@ + #else + # include <strings.h> + #endif +-#ifdef __FREE__ +-# include <malloc.h> +-#endif + #include <time.h> + + #include <ctype.h> |