diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-04-27 21:19:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 21:19:02 +0000 |
commit | 20674b19d0a0c49013f042a5ee367ccfde84ee67 (patch) | |
tree | 2d5b4c92f395a63caf4bdadc9edac4f884637c60 /packages/anthy/anthy-native | |
parent | 5f9a43acbc21ccf2c69bc33e2594e5e2bcdd29e1 (diff) |
anthy-native: build fix
Diffstat (limited to 'packages/anthy/anthy-native')
-rw-r--r-- | packages/anthy/anthy-native/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/anthy/anthy-native/native-mkanthydic-mkdepgraph.patch | 22 |
2 files changed, 22 insertions, 0 deletions
diff --git a/packages/anthy/anthy-native/.mtn2git_empty b/packages/anthy/anthy-native/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/anthy/anthy-native/.mtn2git_empty diff --git a/packages/anthy/anthy-native/native-mkanthydic-mkdepgraph.patch b/packages/anthy/anthy-native/native-mkanthydic-mkdepgraph.patch new file mode 100644 index 0000000000..209232ed6d --- /dev/null +++ b/packages/anthy/anthy-native/native-mkanthydic-mkdepgraph.patch @@ -0,0 +1,22 @@ +--- 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 + |