pkgsrc/inputmethod/uim/patches/patch-af
obache 854f3357a8 Update uim to 1.8.2.
PR 46840 by YAMASHIRO, Jun.
added comments to patches from mef@.

Overview of changes from 1.8.1 to 1.8.2
=======================================
* Fixes
  - uim-gtk3
    * Avoid problem with the wrap mode
    * Prevent selection if needed

  - uim-tutcode
    * Fix error when label key is typed just after entering
      interactive bushu mode
    * Fix error on auto help after bushu conversion for some kanji
    * Fix mismatch between preedit display and pending keys after focus out

* Enhancements
  - uim-skk
    * Support sticky key

* Others
  - uim-candwin-qt4
  - uim-chardict-qt4
  - uim-pref-qt4
  - uim-im-switcher-qt4
  - uim-toolbar-qt4
  - uim-qt4
    * Honor CPPFLAGS in compilation

  - uim-candiwn-gtk3
  - uim-dict-gtk3
  - uim-input-pad-ja-gtk3
  - uim-pref-gtk3
  - uim-im-switcher-gtk3
  - uim-toolbar-gtk3
  - uim-gtk3
    * Replace deprecated functions
2012-09-15 12:05:00 +00:00

16 lines
378 B
Text

$NetBSD: patch-af,v 1.2 2012/09/15 12:05:00 obache Exp $
* Fix for SunOS
--- fep/uim-fep.h.orig 2011-01-07 03:09:56.000000000 +0100
+++ fep/uim-fep.h 2011-09-13 16:13:02.686629427 +0200
@@ -41,6 +41,9 @@
#include <sys/ioctl.h>
#endif
/* solaris でwinsizeを使うために必要 */
+#ifdef __sun
+#include <sys/termios.h>
+#endif
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif