diff options
Diffstat (limited to 'japanese/mozc-server/files/patch-unix_ibus_ibus.gyp')
-rw-r--r-- | japanese/mozc-server/files/patch-unix_ibus_ibus.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/mozc-server/files/patch-unix_ibus_ibus.gyp b/japanese/mozc-server/files/patch-unix_ibus_ibus.gyp new file mode 100644 index 000000000000..bb3682b3ff15 --- /dev/null +++ b/japanese/mozc-server/files/patch-unix_ibus_ibus.gyp @@ -0,0 +1,10 @@ +--- unix/ibus/ibus.gyp.orig 2013-04-27 19:26:29.000000000 +0900 ++++ unix/ibus/ibus.gyp 2013-04-27 19:27:05.000000000 +0900 +@@ -134,6 +134,7 @@ + '--platform=Linux', + '--branding=Mozc', + '--server_dir=<(server_dir)', ++ '--localbase=<(localbase)', + '--pkg_config_command=<(pkg_config_command)', + ], + }], |