summaryrefslogtreecommitdiff
path: root/inputmethod/canna/patches/patch-dic_phono_Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/canna/patches/patch-dic_phono_Imakefile')
-rw-r--r--inputmethod/canna/patches/patch-dic_phono_Imakefile20
1 files changed, 18 insertions, 2 deletions
diff --git a/inputmethod/canna/patches/patch-dic_phono_Imakefile b/inputmethod/canna/patches/patch-dic_phono_Imakefile
index 25de41be927..5f5a6461c36 100644
--- a/inputmethod/canna/patches/patch-dic_phono_Imakefile
+++ b/inputmethod/canna/patches/patch-dic_phono_Imakefile
@@ -1,7 +1,23 @@
-$NetBSD: patch-dic_phono_Imakefile,v 1.1 2012/07/03 17:44:39 joerg Exp $
+$NetBSD: patch-dic_phono_Imakefile,v 1.2 2015/10/18 03:58:31 tsutsui Exp $
---- dic/phono/Imakefile.orig 2012-06-17 06:10:27.000000000 +0000
+- Tweak canna-dict dirs
+- avoid use of ${CPP} as generic preprocessor
+
+--- dic/phono/Imakefile.orig 2015-10-03 19:39:32.000000000 +0000
+++ dic/phono/Imakefile
+@@ -27,9 +27,9 @@
+
+ ROMAJI_DIC_DEF = -DSHIFT
+
+- DICDIR = $(cannaLibDir)/dic
+- SAMPLEDIR = $(cannaLibDir)/sample
+- SAMPLESRCDIR = $(cannaLibDir)/sample/src
++ DICDIR = $(DicDir)
++ SAMPLEDIR = $(DicDir)/sample
++ SAMPLESRCDIR = $(DicDir)/sample/src
+
+ KPDEF = default.kpdef jdaemon.kpdef just.kpdef kaisoku.kpdef kana.kpdef \
+ lan5.kpdef matsu.kpdef newjis.kpdef romaji.kpdef sokuon.kpdef \
@@ -54,16 +54,16 @@ AllTarget($(ROMKANA_TABLES))
#ifdef __EMX__