From 5afdbd35cee1a720347aa0afa22cab77a0bb82a0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 4 Jul 2012 16:10:24 +0800 Subject: [PATCH] update head patch --- libpinyin-0.7.x-head.patch | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/libpinyin-0.7.x-head.patch b/libpinyin-0.7.x-head.patch index c55f61a..51a7b25 100644 --- a/libpinyin-0.7.x-head.patch +++ b/libpinyin-0.7.x-head.patch @@ -1,7 +1,7 @@ From f9f1575a983f184dd84b137d4b8d5ce3a35c063d Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 4 Jul 2012 13:21:42 +0800 -Subject: [PATCH] fixes _compute_phrase_strings_of_items +Subject: [PATCH 1/2] fixes _compute_phrase_strings_of_items --- src/pinyin.cpp | 14 ++++++++++---- @@ -57,3 +57,29 @@ index 96c2d33..12a4b8d 100644 -- 1.7.10.4 + +From 7cd0517bcb30e2c802533ccfec9fc8228a410472 Mon Sep 17 00:00:00 2001 +From: Peng Wu +Date: Wed, 4 Jul 2012 16:05:55 +0800 +Subject: [PATCH 2/2] fixes ld script + +--- + src/libpinyin.ver | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/libpinyin.ver b/src/libpinyin.ver +index eb9e6d8..8208425 100644 +--- a/src/libpinyin.ver ++++ b/src/libpinyin.ver +@@ -4,6 +4,8 @@ LIBPINYIN { + pinyin_save; + pinyin_set_double_pinyin_scheme; + pinyin_set_chewing_scheme; ++ pinyin_load_phrase_library; ++ pinyin_unload_phrase_library; + pinyin_fini; + pinyin_set_options; + pinyin_alloc_instance; +-- +1.7.10.4 +