diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-25 21:49:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-25 21:49:21 +0000 |
commit | ff1fd2fd17597638dcb65ff7010d26e3d9a63154 (patch) | |
tree | a88fbb02b2d0265e8639dc19a4d386cb4ca44688 /packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch | |
parent | 0addba49b257008c63a9c64beafd1778bd0c70f8 (diff) | |
parent | f395b13afb05ca83e1df51b3c58062a44bd59d0a (diff) |
merge of 45a5427b6f0cf6bd9348091b9a3207186c8f7ec2
and 8ece4b6d66be2e1540ebb969513da31e4970d3a0
Diffstat (limited to 'packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch')
-rw-r--r-- | packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch b/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch new file mode 100644 index 0000000000..e5cecbf570 --- /dev/null +++ b/packages/anthy/files/anthy-use-native-mkanthydic-mkdepgraph.patch @@ -0,0 +1,40 @@ +--- 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 |