diff options
author | daichi <daichi@FreeBSD.org> | 2012-05-01 14:38:43 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2012-05-01 14:38:43 +0800 |
commit | ab30e3036a7eb1dbcab8ff1a7f31265f0f65d7a5 (patch) | |
tree | 13a508b1632a9659fadbb4b2d145f3a08b05ad45 /japanese | |
parent | a7aadad98fa19f34ac4a86954f806fccc11555f0 (diff) | |
download | freebsd-ports-gnome-ab30e3036a7eb1dbcab8ff1a7f31265f0f65d7a5.tar.gz freebsd-ports-gnome-ab30e3036a7eb1dbcab8ff1a7f31265f0f65d7a5.tar.zst freebsd-ports-gnome-ab30e3036a7eb1dbcab8ff1a7f31265f0f65d7a5.zip |
removed unneeded patch file
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mozc-server/files/patch-build_mozc.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/mozc-server/files/patch-build_mozc.py b/japanese/mozc-server/files/patch-build_mozc.py deleted file mode 100644 index 873391ff412e..000000000000 --- a/japanese/mozc-server/files/patch-build_mozc.py +++ /dev/null @@ -1,11 +0,0 @@ ---- build_mozc.py.orig 2012-04-02 08:17:58.918726529 +0900 -+++ build_mozc.py 2012-04-02 08:38:43.715726567 +0900 -@@ -76,7 +76,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' ) - - - # TODO(yukawa): Move this function to util.py (b/2715400) |