summaryrefslogtreecommitdiff
path: root/lang/baci/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-06-24 22:44:58 +0000
committerminskim <minskim>2005-06-24 22:44:58 +0000
commita329266460bb2d5465d0af53fe6644755edc7f5e (patch)
treeb03de3258d7662a32e0e730254d883994875d4e7 /lang/baci/patches
parentd74d6db99317ab4adf59fde728c1dfa987cd16fb (diff)
downloadpkgsrc-a329266460bb2d5465d0af53fe6644755edc7f5e.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/baci/patches')
-rw-r--r--lang/baci/patches/patch-ak12
-rw-r--r--lang/baci/patches/patch-al12
-rw-r--r--lang/baci/patches/patch-am12
3 files changed, 36 insertions, 0 deletions
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"