diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-20 00:33:30 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-20 00:33:30 +0000 |
commit | c4160e6ac4100abba06f867808599a1ecdeef54e (patch) | |
tree | 622cf4b66ef87e7c597a37602bd985214cdc40c4 /inputmethod/skkfep | |
parent | 4defa7eb51bd1b5aff8bfc0f42a594ddde8130fc (diff) | |
download | pkgsrc-c4160e6ac4100abba06f867808599a1ecdeef54e.tar.gz |
Do not include <malloc.h>.
Diffstat (limited to 'inputmethod/skkfep')
-rw-r--r-- | inputmethod/skkfep/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/skkfep/patches/patch-ad | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/inputmethod/skkfep/distinfo b/inputmethod/skkfep/distinfo index 648d3e7a594..8bf71d9d817 100644 --- a/inputmethod/skkfep/distinfo +++ b/inputmethod/skkfep/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 21:00:35 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/07/20 00:33:30 kristerw Exp $ SHA1 (skkfep0.86c.tar.gz) = fe1473c2a9d28901a96fdc5cf51079de47c86c32 RMD160 (skkfep0.86c.tar.gz) = 11bfc483ee31b74070d288ecb3e269cb66347760 @@ -6,6 +6,7 @@ Size (skkfep0.86c.tar.gz) = 46748 bytes SHA1 (patch-aa) = 67464f423931e62c17c7118e9acb0c33c56d81b1 SHA1 (patch-ab) = f913b929b6857bf29b2936edde6c87d9d17c4309 SHA1 (patch-ac) = a55de012abb00d22a9a209c265b72a508c333d47 +SHA1 (patch-ad) = 2756635d4c92bdeb42bcd537b67cacfe8de9d053 SHA1 (patch-ba) = 4c3d43e8424a1218e4b638dde49e16023ee2d96a SHA1 (patch-bb) = 9eb7fb317c661ebc293fdf02d2128b31a465c4ab SHA1 (patch-bc) = c832e04eceeab71b9add976082c9375bd8a9dc03 diff --git a/inputmethod/skkfep/patches/patch-ad b/inputmethod/skkfep/patches/patch-ad new file mode 100644 index 00000000000..a47978df62a --- /dev/null +++ b/inputmethod/skkfep/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2005/07/20 00:33:30 kristerw Exp $ + +--- skklib.h.orig Wed Jul 20 02:29:21 2005 ++++ skklib.h Wed Jul 20 02:30:16 2005 +@@ -7,9 +7,7 @@ + #ifndef SKKLIB_H + #define SKKLIB_H + +-#ifndef NO_MALLOC_H +-#include <malloc.h> +-#endif ++#include <stdlib.h> + + #ifdef SKK_SERVER_HOST + #define USE_SERVER |