aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozc-tool/files/patch-build_tools_mozc_version.py')
-rw-r--r--japanese/mozc-tool/files/patch-build_tools_mozc_version.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/mozc-tool/files/patch-build_tools_mozc_version.py b/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
deleted file mode 100644
index c2d3263872f4..000000000000
--- a/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- build_tools/mozc_version.py.orig 2011-12-04 16:22:26.211608471 +0900
-+++ build_tools/mozc_version.py 2011-12-04 16:35:15.156605950 +0900
-@@ -56,7 +56,7 @@
-
- def IsLinux():
- """Returns true if the platform is Linux."""
-- return os.name == 'posix' and os.uname()[0] == 'Linux'
-+ return os.name == 'posix' and ( os.uname()[0] == 'Linux' or os.uname()[0] == 'FreeBSD' )
-
-
- def CalculateRevisionForPlatform(revision, target_platform):