1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix configure error of cmigemo and cmigemo-dict.

Reported by:  pav
This commit is contained in:
MANTANI Nobutaka 2011-08-27 12:33:57 +00:00
parent 37c43a5cad
commit d108357e7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280582

View File

@ -0,0 +1,19 @@
--- configure.orig 2011-08-27 20:52:18.000000000 +0900
+++ configure 2011-08-27 20:53:47.000000000 +0900
@@ -40,16 +40,6 @@
exit 1
fi
-# Check encoding filter
-if CHECK_COMMAND qkc ; then
- PROGRAM_ENCODEFILTER="qkc -q -u"
-elif CHECK_COMMAND nkf ; then
- PROGRAM_ENCODEFILTER="nkf -x"
-else
- echo "ERROR: Require qkc or nkf installed for encode filter."
- exit 1
-fi
-
# Check install program
if test -x /usr/ucb/install ; then
PROGRAM_INSTALL="/usr/ucb/install"