b6ed49f552
based on PR pkg/47468 by YAMASHIRO, Jun. Overview of changes from 1.8.3 to 1.8.4 ======================================= * Enhancements - uim-xim * Add Hungarian locale support (by Kővágó Zoltán) - uim-tutcode * Enhance postfix katakana conversion - Take characters while hiragana continues - Exclude specified number of characters - Shrink last postfix katakana conversion * Updated trycode composition table retrieved 2012-11-22 Overview of changes from 1.8.2 to 1.8.3 ======================================= * Fixes - uim-toolbar-gtk-systray - uim-toolbar-gtk3-systray * Avoid SEGV in some environments ([uim-ja 337]) * Fix typo ([uim-ja 339]) - uim-tutcode * Fix bug: <Shift>left/right key erases current selection text on Google Chrome
15 lines
536 B
Text
15 lines
536 B
Text
$NetBSD: patch-ab,v 1.4 2013/03/06 11:06:56 obache Exp $
|
|
|
|
Avoid to install of header files of sigscheme, conflict with lang/sigscheme.
|
|
|
|
--- sigscheme/src/Makefile.in.orig 2012-12-30 06:12:17.000000000 +0000
|
|
+++ sigscheme/src/Makefile.in
|
|
@@ -39,7 +39,7 @@ am__make_dryrun = \
|
|
test $$am__dry = yes; \
|
|
}
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
-pkgincludedir = $(includedir)/@PACKAGE@
|
|
+pkgincludedir =
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|