diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-12-07 17:27:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-12-07 17:27:31 +0000 |
commit | 7930becaf65e7c4aa47947be156af0ded3c42408 (patch) | |
tree | ba377d9fc2f75942211d255fcfcb33251a225b90 /japanese/kinput2/files/patch-lib::imlib::imconv.c | |
parent | - Transferred to new maintainer Aragon Gouveia (aragon@phat.za.net) (diff) |
- Fix SIGSEGV problem on amd64.
- Convert ConvDesc and ModeTable to a linked list, deprecate complex
realloc-based memory management.
- Add missing "${CAT} ${PKGMESSAGE}" in the post-install target.
- Regenerate patches.
Notes
Notes:
svn path=/head/; revision=245344
Diffstat (limited to 'japanese/kinput2/files/patch-lib::imlib::imconv.c')
-rw-r--r-- | japanese/kinput2/files/patch-lib::imlib::imconv.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/japanese/kinput2/files/patch-lib::imlib::imconv.c b/japanese/kinput2/files/patch-lib::imlib::imconv.c deleted file mode 100644 index bfe8aefa01ae..000000000000 --- a/japanese/kinput2/files/patch-lib::imlib::imconv.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/imlib/imconv.c.orig Thu Oct 3 18:35:30 2002 -+++ lib/imlib/imconv.c Tue Jun 3 01:34:56 2003 -@@ -591,6 +591,9 @@ - } - } - IMFinishRequest(conn, offset); -+#ifdef STATUS_SYNC -+ IMFlush(conn); -+#endif /* STATUS_SYNC */ - } - - /*- preeditCaret: do actual preedit caret -*/ |