summaryrefslogtreecommitdiff
path: root/jbofihe/patches/03-smujajgau.patch
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 23:27:23 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-01-02 23:27:23 +0100
commit9352995934adec8059077af241c35ccd1573bd80 (patch)
tree60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /jbofihe/patches/03-smujajgau.patch
parentef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff)
parent880bca260c4ce91554a49b2475232cf5c0ffd447 (diff)
downloadqipackages-fork-master.tar.gz
Merge branch 'master' of git://projects.qi-hardware.com/openwrt-packagesHEADmaster
Conflicts: links/Makefile
Diffstat (limited to 'jbofihe/patches/03-smujajgau.patch')
-rw-r--r--jbofihe/patches/03-smujajgau.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/jbofihe/patches/03-smujajgau.patch b/jbofihe/patches/03-smujajgau.patch
new file mode 100644
index 0000000..fb94191
--- /dev/null
+++ b/jbofihe/patches/03-smujajgau.patch
@@ -0,0 +1,32 @@
+--- jbofihe-0.38.orig/Makefile.in 2001-09-15 16:10:36.000000000 -0600
++++ jbofihe-0.38/Makefile.in 2010-10-06 16:58:31.000000000 -0600
+@@ -173,23 +173,23 @@
+ perl mkdict.pl > gismu_cmavo.dict
+
+
+-dictionary : smujajgau gismu_cmavo.dict
++dictionary : gismu_cmavo.dict
+ rm -f $(DICTNAME)
+- ./smujajgau $(DICTNAME) gismu_cmavo.dict
++ ./smujajgau_host $(DICTNAME) gismu_cmavo.dict
+ if [ -r lujvo.txt ]; then \
+ perl lujvod.pl < ./lujvo.txt > lujvo.dict ;\
+- ./smujajgau $(DICTNAME) lujvo.dict ;\
++ ./smujajgau_host $(DICTNAME) lujvo.dict ;\
+ fi
+ if [ -r NORALUJV.txt ]; then \
+ perl noralujv.pl > noralujv.dict ;\
+- ./smujajgau $(DICTNAME) noralujv.dict ;\
++ ./smujajgau_host $(DICTNAME) noralujv.dict ;\
+ fi
+- ./smujajgau $(DICTNAME) extradict places.dat patterns
++ ./smujajgau_host $(DICTNAME) extradict places.dat patterns
+
+ dictupdate : $(DICTNAME)
+
+ $(DICTNAME) : extradict places.dat patterns
+- ./smujajgau $(DICTNAME) extradict places.dat patterns
++ ./smujajgau_host $(DICTNAME) extradict places.dat patterns
+
+ cmafihe : $(CM_OBJS)
+ $(CC) $(CFLAGS) $(CMAFIHE_LDOPTS) -o cmafihe $(CM_OBJS)