Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ipadic/files: ipadic-2.7.0-r2-gentoo.patch
Date: Fri, 02 Sep 2011 14:33:37
Message-Id: 20110902143327.8219D20051@flycatcher.gentoo.org
1 matsuu 11/09/02 14:33:27
2
3 Added: ipadic-2.7.0-r2-gentoo.patch
4 Log:
5 Fixed parallel make issue, bug #372469.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-dicts/ipadic/files/ipadic-2.7.0-r2-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/files/ipadic-2.7.0-r2-gentoo.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/files/ipadic-2.7.0-r2-gentoo.patch?rev=1.1&content-type=text/plain
14
15 Index: ipadic-2.7.0-r2-gentoo.patch
16 ===================================================================
17 diff -Naur ipadic-2.7.0.orig/Makefile.am ipadic-2.7.0/Makefile.am
18 --- ipadic-2.7.0.orig/Makefile.am 2003-09-13 14:37:17.000000000 +0900
19 +++ ipadic-2.7.0/Makefile.am 2011-09-02 11:03:33.044589641 +0900
20 @@ -11,18 +11,18 @@
21 EXTRA_DIST = $(pre_data) $(lexical_dic) $(manual_files) @PACKAGE@.spec
22 CLEANFILES = $(gen_data)
23 #
24 -matrix.cha table.cha:
25 +matrix.cha table.cha chadic.lex chadic.dat:
26 $(MKDICDIR)/makemat
27
28 -chadic.da:
29 +chadic.da: table.cha
30 $(MKDICDIR)/makeda chadic *.dic
31
32 -install-data-local:
33 - if test -f @CHASEN_CHASENRC_PATH@ ; then \
34 - echo "Please modify @CHASEN_CHASENRC_PATH@"; \
35 - else \
36 - cp chasenrc @CHASEN_CHASENRC_PATH@ ;\
37 - fi
38 +#install-data-local:
39 +# if test -f @CHASEN_CHASENRC_PATH@ ; then \
40 +# echo "Please modify @CHASEN_CHASENRC_PATH@"; \
41 +# else \
42 +# cp chasenrc @CHASEN_CHASENRC_PATH@ ;\
43 +# fi
44
45 sjis-dist: dist
46 gtar xzvf ipadic-@VERSION@××××.gz