aboutsummaryrefslogtreecommitdiff
path: root/databases/namazu2/files/patch-pl::conf.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/namazu2/files/patch-pl::conf.pl.in')
-rw-r--r--databases/namazu2/files/patch-pl::conf.pl.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/databases/namazu2/files/patch-pl::conf.pl.in b/databases/namazu2/files/patch-pl::conf.pl.in
index 56950bb6a373..af2c5f323ba6 100644
--- a/databases/namazu2/files/patch-pl::conf.pl.in
+++ b/databases/namazu2/files/patch-pl::conf.pl.in
@@ -1,11 +1,11 @@
---- pl/conf.pl.in.orig Fri Nov 25 15:04:26 2005
-+++ pl/conf.pl.in Tue May 2 00:12:10 2006
-@@ -197,19 +197,19 @@
+--- pl/conf.pl.in.orig 2009-01-28 17:31:11.000000000 +0900
++++ pl/conf.pl.in 2009-03-16 02:25:18.000000000 +0900
+@@ -198,19 +198,19 @@
#
# Network Kanji Filter nkf v1.71 or later
#
--$NKF = "@NKF@";
-+$NKF = "module_nkf";
+-$NKF = "@NKF@";
++$NKF = "module_nkf";
#
# KAKASI 2.x or later
@@ -23,7 +23,7 @@
#
# ChaSen 2.02 or later (with noun words extraction)
-@@ -219,13 +219,14 @@
+@@ -220,12 +220,14 @@
#
# MeCab
#
@@ -31,14 +31,12 @@
+$MECAB = "module_mecab";
#
--# Default Japanese processer: KAKASI or ChaSen.
-+# Default Japanese processer: KAKASI or ChaSen or MeCab.
+ # Default Japanese processer: KAKASI or ChaSen or MeCab.
#
-$WAKATI = $@OPT_WAKATI_DEFAULT@;
--
+$WAKATI = $KAKASI;
+$WAKATI = $CHASEN;
+$WAKATI = $MECAB;
+
#===================================================================
- #