Codebase list mozc / 9f86f1a
Update patches/support-kfreebsd.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 12 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
615615 ],
616616 }],
617617 - ['use_libzinnia==1 and OS=="linux"', {
618 + ['use_libzinnia==1 and (OS=="linux" or OS=="gnu-kfreebsd"', {
618 + ['use_libzinnia==1 and (OS=="linux" or OS=="gnu-kfreebsd")', {
619619 'defines': [
620620 'USE_LIBZINNIA',
621621 ],
750750
751751 basename.append(name);
752752 -#ifdef OS_LINUX
753 +#ifdef OS_LINUX || defined(OS_GNU_KFREEBSD)
753 +#if defined(OS_LINUX) || defined(OS_GNU_KFREEBSD)
754754 // TODO(nona): Support multi platform
755755 const language::LanguageDependentSpecInterface *lang_spec =
756756 language::GlobalLanguageSpec::GetLanguageDependentSpec();