1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

removed unneeded patch file

This commit is contained in:
Daichi GOTO 2012-05-01 06:38:43 +00:00
parent 1686c57b1c
commit 076e412612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295773

View File

@ -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)