summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 21:43:35 +0000
committerjoerg <joerg>2007-08-08 21:43:35 +0000
commit9c9a6feb5f6149b8fec30c9749b68eff594b5688 (patch)
tree69946ec054114e0c6e319373f499aa489cf2c0a6 /lang
parent305cd109494e777acc5533b923fa08beeeb5fd1b (diff)
downloadpkgsrc-9c9a6feb5f6149b8fec30c9749b68eff594b5688.tar.gz
Add forgotten patch to kill malloc.h.
Diffstat (limited to 'lang')
-rw-r--r--lang/joos/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/joos/patches/patch-af b/lang/joos/patches/patch-af
new file mode 100644
index 00000000000..4c673b90317
--- /dev/null
+++ b/lang/joos/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 21:43:35 joerg Exp $
+
+--- A-/joos.y.orig 2007-08-08 19:25:08.000000000 +0000
++++ A-/joos.y
+@@ -14,7 +14,7 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "tree.h"
+
+ extern CLASSFILE *theclassfile;