summaryrefslogtreecommitdiff
path: root/inputmethod/Chinput
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-24 15:14:49 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-24 15:14:49 +0000
commit4529c3612530ef646a8aab0ca1454f50dc5a4280 (patch)
treed8405668f568dd08ea36eb3312c31518fdbfce4c /inputmethod/Chinput
parente6c367979b711188d4bc3394230641a3c4e6148f (diff)
downloadpkgsrc-4529c3612530ef646a8aab0ca1454f50dc5a4280.tar.gz
malloc.h is an anachroism, use stdlib.h instead.
Diffstat (limited to 'inputmethod/Chinput')
-rw-r--r--inputmethod/Chinput/distinfo3
-rw-r--r--inputmethod/Chinput/patches/patch-ai13
2 files changed, 15 insertions, 1 deletions
diff --git a/inputmethod/Chinput/distinfo b/inputmethod/Chinput/distinfo
index e275038845b..ac8dfdf1e40 100644
--- a/inputmethod/Chinput/distinfo
+++ b/inputmethod/Chinput/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/01/04 12:04:46 rxg Exp $
+$NetBSD: distinfo,v 1.4 2007/07/24 15:14:49 joerg Exp $
SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
@@ -11,3 +11,4 @@ SHA1 (patch-ae) = f3854f86cb2780bf710db84e2bc38b51671dd4b1
SHA1 (patch-af) = db621ebb06d22d948513451c4b5b670494dd5d46
SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443
SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493
+SHA1 (patch-ai) = 79d0e1ac1d99fe4cb79eea957ba9f1153c39a783
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>
+