summaryrefslogtreecommitdiff
path: root/inputmethod/Chinput/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-24 15:14:49 +0000
committerjoerg <joerg>2007-07-24 15:14:49 +0000
commit378c67a29ca7b02bb26d50dc489e5e88fd40b2b8 (patch)
treed8405668f568dd08ea36eb3312c31518fdbfce4c /inputmethod/Chinput/patches
parent877dad69a2f8d0df73b00ef2b1fd69ac4d95f02e (diff)
downloadpkgsrc-378c67a29ca7b02bb26d50dc489e5e88fd40b2b8.tar.gz
malloc.h is an anachroism, use stdlib.h instead.
Diffstat (limited to 'inputmethod/Chinput/patches')
-rw-r--r--inputmethod/Chinput/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/Chinput/patches/patch-ai b/inputmethod/Chinput/patches/patch-ai
new file mode 100644
index 00000000000..50da0d1c9df
--- /dev/null
+++ b/inputmethod/Chinput/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/07/24 15:14:50 joerg Exp $
+
+--- src/IMdkit/lib/IMConn.c.orig 2007-07-24 14:18:46.000000000 +0000
++++ src/IMdkit/lib/IMConn.c
+@@ -30,7 +30,7 @@ IN CONNECTION WITH THE USE OR PERFORMANC
+ ******************************************************************/
+
+ #include <X11/Xlib.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "IMdkit.h"
+ #include <stdarg.h>
+