From 1f8679a6f9c0eb179e7495dd672f79dbf686eab6 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 24 Jul 2007 15:14:49 +0000 Subject: malloc.h is an anachroism, use stdlib.h instead. --- inputmethod/Chinput/distinfo | 3 ++- inputmethod/Chinput/patches/patch-ai | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 inputmethod/Chinput/patches/patch-ai (limited to 'inputmethod/Chinput') 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 +-#include ++#include + #include "IMdkit.h" + #include + -- cgit v1.2.3