summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/anthy/anthy/native-helpers.patch38
-rw-r--r--meta-oe/recipes-support/anthy/anthy/not_build_elc.patch11
2 files changed, 29 insertions, 20 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy/native-helpers.patch b/meta-oe/recipes-support/anthy/anthy/native-helpers.patch
index 291b66b37b..47ce007b7f 100644
--- a/meta-oe/recipes-support/anthy/anthy/native-helpers.patch
+++ b/meta-oe/recipes-support/anthy/anthy/native-helpers.patch
@@ -3,20 +3,24 @@ author: pH5
3comment: Stage the native anthy helpers mkfiledic, mkdepgraph, mkworddic, 3comment: Stage the native anthy helpers mkfiledic, mkdepgraph, mkworddic,
4comment: calctrans and proccorpus. 4comment: calctrans and proccorpus.
5 5
6--- anthy-7811/mkanthydic/Makefile.am~ 2006-05-13 18:28:35.000000000 +0900 6Index: anthy-9100h/mkanthydic/Makefile.am
7+++ anthy-7811/mkanthydic/Makefile.am 2006-06-18 10:56:25.770000000 +0900 7===================================================================
8@@ -3,7 +3,7 @@ 8--- anthy-9100h.orig/mkanthydic/Makefile.am
9+++ anthy-9100h/mkanthydic/Makefile.am
10@@ -3,7 +3,7 @@ noinst_SCRIPTS =
9 CLEANFILES = anthy.dic 11 CLEANFILES = anthy.dic
10 INCLUDES = -I$(top_srcdir)/include -DSRCDIR=\"$(srcdir)\" 12 INCLUDES = -I$(top_srcdir)/ -DSRCDIR=\"$(srcdir)\"
11 13
12-noinst_PROGRAMS = mkfiledic 14-noinst_PROGRAMS = mkfiledic
13+bin_PROGRAMS = mkfiledic 15+bin_PROGRAMS = mkfiledic
14 mkfiledic_SOURCES = mkfiledic.c 16 mkfiledic_SOURCES = mkfiledic.c
15 mkfiledic_LDADD = ../src-diclib/libdiclib.la 17 mkfiledic_LDADD = ../src-diclib/libdiclib.la
16 18
17--- anthy-7811/depgraph/Makefile.am~ 2006-06-02 00:20:54.000000000 +0900 19Index: anthy-9100h/depgraph/Makefile.am
18+++ anthy-7811/depgraph/Makefile.am 2006-06-18 10:57:19.420000000 +0900 20===================================================================
19@@ -9,7 +9,7 @@ 21--- anthy-9100h.orig/depgraph/Makefile.am
22+++ anthy-9100h/depgraph/Makefile.am
23@@ -9,7 +9,7 @@ CLEANFILES = anthy.dep
20 EXTRA_DIST = indepword.txt $(DEPWORDS) 24 EXTRA_DIST = indepword.txt $(DEPWORDS)
21 25
22 # Generate the dictionary 26 # Generate the dictionary
@@ -25,10 +29,12 @@ comment: calctrans and proccorpus.
25 mkdepgraph_SOURCES = mkdepgraph.c 29 mkdepgraph_SOURCES = mkdepgraph.c
26 mkdepgraph_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la 30 mkdepgraph_LDADD = ../src-main/libanthy.la ../src-worddic/libanthydic.la
27 31
28--- anthy-7811/mkworddic/Makefile.am~ 2006-05-13 18:29:07.000000000 +0900 32Index: anthy-9100h/mkworddic/Makefile.am
29+++ anthy-7811/mkworddic/Makefile.am 2006-06-18 11:21:56.300000000 +0900 33===================================================================
30@@ -16,7 +16,8 @@ 34--- anthy-9100h.orig/mkworddic/Makefile.am
31 udict dict.args.in 35+++ anthy-9100h/mkworddic/Makefile.am
36@@ -26,7 +26,8 @@ DIC_FILES = @top_srcdir@/alt-cannadic/gc
37 @top_srcdir@/mkworddic/udict
32 38
33 # Generate the dictionary 39 # Generate the dictionary
34-noinst_PROGRAMS = mkworddic 40-noinst_PROGRAMS = mkworddic
@@ -36,10 +42,12 @@ comment: calctrans and proccorpus.
36+bin_PROGRAMS = mkworddic 42+bin_PROGRAMS = mkworddic
37 mkworddic_SOURCES = mkdic.c writewords.c mkudic.c calcfreq.c mkdic.h 43 mkworddic_SOURCES = mkdic.c writewords.c mkudic.c calcfreq.c mkdic.h
38 mkworddic_LDADD = ../src-worddic/libanthydic.la 44 mkworddic_LDADD = ../src-worddic/libanthydic.la
39 45
40--- anthy-9100e.orig/calctrans/Makefile.am 2008-05-08 15:04:13.000000000 +0200 46Index: anthy-9100h/calctrans/Makefile.am
41+++ anthy-9100e/calctrans/Makefile.am 2008-05-08 15:04:24.000000000 +0200 47===================================================================
42@@ -3,7 +3,7 @@ 48--- anthy-9100h.orig/calctrans/Makefile.am
49+++ anthy-9100h/calctrans/Makefile.am
50@@ -3,7 +3,7 @@ EXTRA_DIST =\
43 corpus.3.txt corpus.4.txt corpus.5.txt\ 51 corpus.3.txt corpus.4.txt corpus.5.txt\
44 corpus_info weak_words 52 corpus_info weak_words
45 53
diff --git a/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch b/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch
index bf748f3c60..1c5c494003 100644
--- a/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch
+++ b/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch
@@ -1,12 +1,13 @@
1upstream: not applicable 1upstream: not applicable
2source: stolen from debian 2source: stolen from debian
3 3
4diff -Naur anthy-7811/src-util.orig/Makefile.am anthy-7811/src-util/Makefile.am 4Index: anthy-9100h/src-util/Makefile.am
5--- anthy-7811/src-util.orig/Makefile.am 2006-06-18 10:47:55.790000000 +0900 5===================================================================
6+++ anthy-7811/src-util/Makefile.am 2006-06-18 10:48:23.860000000 +0900 6--- anthy-9100h.orig/src-util/Makefile.am
7@@ -6,7 +6,8 @@ 7+++ anthy-9100h/src-util/Makefile.am
8@@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth
8 anthy-isearch.el anthy-azik.el anthy-kyuri.el 9 anthy-isearch.el anthy-azik.el anthy-kyuri.el
9 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt rcsize.rb 10 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i
10 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer 11 bin_PROGRAMS = anthy-dic-tool anthy-agent anthy-morphological-analyzer
11-ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc 12-ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc
12+#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc 13+#ELCFILES = anthy.elc anthy-dic.elc anthy-azik.elc anthy-conf.elc anthy-isearch.elc anthy-kyuri.elc leim-list.elc