diff options
Diffstat (limited to 'app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch')
-rw-r--r-- | app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch b/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch new file mode 100644 index 000000000000..159684a96d96 --- /dev/null +++ b/app-dicts/ipadic/files/ipadic-2.7.0-gentoo.patch @@ -0,0 +1,33 @@ +--- ipadic-2.7.0.orig/Makefile.am 2003-09-13 14:37:17.000000000 +0900 ++++ ipadic-2.7.0/Makefile.am 2010-03-21 09:25:48.000000000 +0900 +@@ -11,18 +11,22 @@ + EXTRA_DIST = $(pre_data) $(lexical_dic) $(manual_files) @PACKAGE@.spec + CLEANFILES = $(gen_data) + # +-matrix.cha table.cha: ++matrix.cha table.cha: makemat.done ++makemat.done: + $(MKDICDIR)/makemat ++ touch makemat.done + +-chadic.da: ++chadic.da chadic.dat chadic.lex: makeda.done ++makeda.done: + $(MKDICDIR)/makeda chadic *.dic ++ touch makeda.done + +-install-data-local: +- if test -f @CHASEN_CHASENRC_PATH@ ; then \ +- echo "Please modify @CHASEN_CHASENRC_PATH@"; \ +- else \ +- cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ +- fi ++#install-data-local: ++# if test -f @CHASEN_CHASENRC_PATH@ ; then \ ++# echo "Please modify @CHASEN_CHASENRC_PATH@"; \ ++# else \ ++# cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ ++# fi + + sjis-dist: dist + gtar xzvf ipadic-@VERSION@.tar.gz |