[Groonga-commit] groonga/groonga [master] [windows] use correct patch for x86 MeCab package.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 29日 (水) 10:54:22 JST


Kouhei Sutou	2012-02-29 10:54:22 +0900 (Wed, 29 Feb 2012)

  New Revision: 88b17067748fc8348514f08169e1e073981eed66

  Log:
    [windows] use correct patch for x86 MeCab package.

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+2 -2)
===================================================================
--- packages/windows/Rakefile    2012-02-28 22:48:21 +0900 (2ff3dab)
+++ packages/windows/Rakefile    2012-02-29 10:54:22 +0900 (5cafe13)
@@ -35,7 +35,7 @@ binary_dir = base_dir + dist_dir
 
 patches_dir = (base_dir + "patches").expand_path
 mecab_patches = [
-  "mecab-0.98-mingw-w64.diff",
+  "mecab-0.98-not-use-locale-on-mingw.diff",
 ]
 msgpack_patches = [
   "msgpack-0.5.7-mingw-w64.diff",
@@ -44,7 +44,7 @@ if groonga_win32_x86_p
   host = "i686-w64-mingw32"
 else
   host = "x86_64-w64-mingw32"
-  mecab_patches << "mecab-0.98-not-use-locale-on-mingw.diff"
+  mecab_patches << "mecab-0.98-mingw-w64.diff"
 end
 
 namespace :build do




Groonga-commit メーリングリストの案内
Back to archive index