summaryrefslogtreecommitdiff
path: root/packages/anthy/files
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-04-27 21:19:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-27 21:19:02 +0000
commit20674b19d0a0c49013f042a5ee367ccfde84ee67 (patch)
tree2d5b4c92f395a63caf4bdadc9edac4f884637c60 /packages/anthy/files
parent5f9a43acbc21ccf2c69bc33e2594e5e2bcdd29e1 (diff)
anthy-native: build fix
Diffstat (limited to 'packages/anthy/files')
-rw-r--r--packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch40
-rw-r--r--packages/anthy/files/install-native-mkanthydic-mkdepgraph.patch22
2 files changed, 0 insertions, 62 deletions
diff --git a/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch b/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch
deleted file mode 100644
index e5cecbf570..0000000000
--- a/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- anthy-6801/mkanthydic/Makefile.am.orig 2005-08-06 12:14:58 +0200
-+++ anthy-6801/mkanthydic/Makefile.am 2005-08-06 12:15:13 +0200
-@@ -15,12 +15,12 @@
- udict dict.args.in
-
- # Generate the dictionary
--noinst_PROGRAMS = mkanthydic
--mkanthydic_SOURCES = mkdic.c writewords.c mkudic.c mkdic.h
--mkanthydic_LDADD = ../src-diclib/libanthydic.la
-+#noinst_PROGRAMS = mkanthydic
-+#mkanthydic_SOURCES = mkdic.c writewords.c mkudic.c mkdic.h
-+#mkanthydic_LDADD = ../src-diclib/libanthydic.la
-
--anthy.dic : mkanthydic
-- ./mkanthydic -f ./dict.args
-+anthy.dic :
-+ mkanthydic -f ./dict.args
-
-
- # To install
---- anthy-6801/depgraph/Makefile.am.orig 2005-08-06 12:14:03 +0200
-+++ anthy-6801/depgraph/Makefile.am 2005-08-06 12:15:43 +0200
-@@ -9,12 +9,12 @@
- EXTRA_DIST = indepword.txt $(DEPWORDS)
-
- # Generate the dictionary
--noinst_PROGRAMS = mkdepgraph
--mkdepgraph_SOURCES = mkdepgraph.c
--mkdepgraph_LDADD = ../src-diclib/libanthydic.la ../src-main/libanthy.la
-+#noinst_PROGRAMS = mkdepgraph
-+#mkdepgraph_SOURCES = mkdepgraph.c
-+#mkdepgraph_LDADD = ../src-diclib/libanthydic.la ../src-main/libanthy.la
-
--anthy.dep : mkdepgraph
-- ./mkdepgraph
-+anthy.dep :
-+ mkdepgraph
-
- # To install
- pkgdata_DATA = anthy.dep
diff --git a/packages/anthy/files/install-native-mkanthydic-mkdepgraph.patch b/packages/anthy/files/install-native-mkanthydic-mkdepgraph.patch
deleted file mode 100644
index 209232ed6d..0000000000
--- a/packages/anthy/files/install-native-mkanthydic-mkdepgraph.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- anthy-6801/mkanthydic/Makefile.am.orig 2005-08-06 12:08:56 +0200
-+++ anthy-6801/mkanthydic/Makefile.am 2005-08-06 12:11:18 +0200
-@@ -15,7 +15,7 @@
- udict dict.args.in
-
- # Generate the dictionary
--noinst_PROGRAMS = mkanthydic
-+bin_PROGRAMS = mkanthydic
- mkanthydic_SOURCES = mkdic.c writewords.c mkudic.c mkdic.h
- mkanthydic_LDADD = ../src-diclib/libanthydic.la
-
---- anthy-6801/depgraph/Makefile.am.orig 2005-08-06 12:08:33 +0200
-+++ anthy-6801/depgraph/Makefile.am 2005-08-06 12:11:28 +0200
-@@ -9,7 +9,7 @@
- EXTRA_DIST = indepword.txt $(DEPWORDS)
-
- # Generate the dictionary
--noinst_PROGRAMS = mkdepgraph
-+bin_PROGRAMS = mkdepgraph
- mkdepgraph_SOURCES = mkdepgraph.c
- mkdepgraph_LDADD = ../src-diclib/libanthydic.la ../src-main/libanthy.la
-