diff options
Diffstat (limited to 'inputmethod/ibus-mozc/patches/patch-base_crash__report__util.cc')
-rw-r--r-- | inputmethod/ibus-mozc/patches/patch-base_crash__report__util.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/inputmethod/ibus-mozc/patches/patch-base_crash__report__util.cc b/inputmethod/ibus-mozc/patches/patch-base_crash__report__util.cc deleted file mode 100644 index 8b75b786115..00000000000 --- a/inputmethod/ibus-mozc/patches/patch-base_crash__report__util.cc +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-base_crash__report__util.cc,v 1.1 2013/01/18 11:36:40 ryoon Exp $ - ---- base/crash_report_util.cc.orig 2012-08-31 05:37:06.000000000 +0000 -+++ base/crash_report_util.cc -@@ -51,9 +51,9 @@ namespace mozc { - - void CrashReportUtil::InstallBreakpad() { - // TODO(nona): Support breakpad for official branding build on Linux. --#if defined(GOOGLE_JAPANESE_INPUT_BUILD) && !defined(OS_LINUX) -+#if defined(GOOGLE_JAPANESE_INPUT_BUILD) && (!defined(OS_LINUX) || !defined(OS_NETBSD)) - CrashReportHandler::Initialize(false); --#endif // GOOGLE_JAPANESE_INPUT_BUILD && !OS_LINUX -+#endif // GOOGLE_JAPANESE_INPUT_BUILD && (!OS_LINUX || !OS_NETBSD) - } - - string CrashReportUtil::GetCrashReportDirectory() { |