Codebase list mozc / 70d14ad
Remove patches/add_file_to_gypfile_check.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 0 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
+0
-19
debian/patches/add_file_to_gypfile_check.patch less more
0 Description: include subdirectory of rewriter.
1 Forwarded: http://code.google.com/p/mozc/issues/detail?id=54
2 Author: Nobuhiro iwamatsu <iwamatsut@debian.org>
3 Last-Update: 2011-10-04
4
5 diff --git a/build_mozc.py b/build_mozc.py
6 index 91b8681..545f6b9 100755
7 --- a/build_mozc.py
8 +++ b/build_mozc.py
9 @@ -178,6 +178,9 @@ def GetGypFileNames():
10 '%s/dictionary/file/dictionary_file.gyp' % SRC_DIR)
11 gyp_file_names.append(
12 '%s/dictionary/system/system_dictionary.gyp' % SRC_DIR)
13 + # include subdirectory of rewriter.
14 + gyp_file_names.append(
15 + '%s/rewriter/calculator/calculator.gyp' % SRC_DIR)
16 # Include subdirectory of win32 and breakpad for Windows
17 if IsWindows():
18 gyp_file_names.extend(glob.glob('%s/win32/*/*.gyp' % SRC_DIR))
11 uim-mozc.patch
22 emacs_fix.patch
33 fcitx-mozc.patch
4 # add_file_to_gypfile_check.patch