diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-24 22:44:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-24 22:44:58 +0000 |
commit | b37c6c577b6caf8c5b095e3e7985350cf772d9a8 (patch) | |
tree | b03de3258d7662a32e0e730254d883994875d4e7 /lang | |
parent | 4bfd4c52ba0f7732ccdf42911fb5d75a79040aed (diff) | |
download | pkgsrc-b37c6c577b6caf8c5b095e3e7985350cf772d9a8.tar.gz |
Do not include malloc.h, which is not a standard header file. This makes
the package build on Darwin.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/baci/distinfo | 5 | ||||
-rw-r--r-- | lang/baci/patches/patch-ak | 12 | ||||
-rw-r--r-- | lang/baci/patches/patch-al | 12 | ||||
-rw-r--r-- | lang/baci/patches/patch-am | 12 |
4 files changed, 40 insertions, 1 deletions
diff --git a/lang/baci/distinfo b/lang/baci/distinfo index 6c49ab37b8c..fccf6534f35 100644 --- a/lang/baci/distinfo +++ b/lang/baci/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 09:03:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/06/24 22:44:58 minskim Exp $ SHA1 (bacisrc.tar.gz) = 3b655bcbd2823047f3f92e6f2d3d12bc7eaa772d RMD160 (bacisrc.tar.gz) = c484e3c05734cac1dd394d9b09b256e2a2626897 @@ -16,3 +16,6 @@ SHA1 (patch-ag) = df83bd959b26677d193b883cc0d3a944c6d86544 SHA1 (patch-ah) = 500a536f362eba6fdd152e5be598d66528b3396d SHA1 (patch-ai) = a94b97a695bfcf233835cec67791c99732c7cdf6 SHA1 (patch-aj) = 0c9824049ac9555b76889fcd09e644e91ebae78d +SHA1 (patch-ak) = 099f329662611a94e2bc2cce3f30753d3e053680 +SHA1 (patch-al) = 06509333c305b150e1d1215454ff153f95cb6e2c +SHA1 (patch-am) = 79eb900505f6130033c820a5ed46f386ab14bf54 diff --git a/lang/baci/patches/patch-ak b/lang/baci/patches/patch-ak new file mode 100644 index 00000000000..076f85f6caa --- /dev/null +++ b/lang/baci/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2005/06/24 22:44:58 minskim Exp $ + +--- lib/incfiles.c.orig 1999-09-15 21:38:06.000000000 -0500 ++++ lib/incfiles.c +@@ -5,7 +5,6 @@ + */ + + #include <stdio.h> +-#include <malloc.h> + #include <stdlib.h> + + #include "../include/bacicnty.h" diff --git a/lang/baci/patches/patch-al b/lang/baci/patches/patch-al new file mode 100644 index 00000000000..a1778bb8616 --- /dev/null +++ b/lang/baci/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2005/06/24 22:44:58 minskim Exp $ + +--- lib/genutil.c.orig 1999-09-15 21:38:06.000000000 -0500 ++++ lib/genutil.c +@@ -1,7 +1,6 @@ + /* general utility programs for the BenAri Concurrent PCODE sytem */ + + #include <stdio.h> +-#include <malloc.h> + #include <stdlib.h> + #include <string.h> + #include <stdarg.h> diff --git a/lang/baci/patches/patch-am b/lang/baci/patches/patch-am new file mode 100644 index 00000000000..9bd88ade792 --- /dev/null +++ b/lang/baci/patches/patch-am @@ -0,0 +1,12 @@ +$NetBSD: patch-am,v 1.1 2005/06/24 22:44:58 minskim Exp $ + +--- lib/readtab.c.orig 1999-09-15 21:38:06.000000000 -0500 ++++ lib/readtab.c +@@ -2,7 +2,6 @@ + + #include <stdio.h> + #include <string.h> +-#include <malloc.h> + #include <stdlib.h> + + #include "../include/globdata.h" |