[Groonga-commit] groonga/groonga [master] [windows] apply MeCab locale patch to x86 package.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 28日 (火) 22:48:21 JST


Kouhei Sutou	2012-02-28 22:48:21 +0900 (Tue, 28 Feb 2012)

  New Revision: 271fdcf6f71aac3eed32442883c7f380009a3bdf

  Log:
    [windows] apply MeCab locale patch to x86 package.

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+7 -8)
===================================================================
--- packages/windows/Rakefile    2012-02-28 19:36:02 +0900 (8d3c6b3)
+++ packages/windows/Rakefile    2012-02-28 22:48:21 +0900 (2ff3dab)
@@ -34,19 +34,18 @@ license_dir = dist_dir + "share" + "license"
 binary_dir = base_dir + dist_dir
 
 patches_dir = (base_dir + "patches").expand_path
+mecab_patches = [
+  "mecab-0.98-mingw-w64.diff",
+]
+msgpack_patches = [
+  "msgpack-0.5.7-mingw-w64.diff",
+]
 if groonga_win32_x86_p
   host = "i686-w64-mingw32"
-  mecab_patches = []
 else
   host = "x86_64-w64-mingw32"
-  mecab_patches = [
-    "mecab-0.98-mingw-w64.diff",
-    "mecab-0.98-not-use-locale-on-mingw.diff",
-  ]
+  mecab_patches << "mecab-0.98-not-use-locale-on-mingw.diff"
 end
-msgpack_patches = [
-  "msgpack-0.5.7-mingw-w64.diff",
-]
 
 namespace :build do
   download_dir = Pathname.new("tmp/download").expand_path




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