Codebase list mozc / debian/1.4.1033.102-2
Fix build on kfreebsd Update patches/support-kfreebsd.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 12 years ago
2 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 mozc (1.4.1033.102-2) unstable; urgency=low
1
2 * Fix FTBFS on kFreeBSD.
3 Update patch/support-kfreebsd.patch.
4
5 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 30 Mar 2012 03:57:06 +0900
6
07 mozc (1.4.1033.102-1) unstable; urgency=low
18
29 * New upstream release (r109).
10471047 // Cascading window is not supported on Linux, so the size of
10481048 // candidate words is different from other platform.
10491049 // TODO(komatsu): Modify the client for Linux to explicitly change
1050 diff --git a/net/net.gyp b/net/net.gyp
1051 index ee014c9..7130a4c 100755
1052 --- a/net/net.gyp
1053 +++ b/net/net.gyp
1054 @@ -60,7 +60,7 @@
1055 },
1056 },
1057 }],
1058 - ['OS=="linux" and target_platform!="Android"', {
1059 + ['OS=="linux" or OS=="gnu-kfreebsd" and target_platform!="Android"', {
1060 # Enable libcurl
1061 'cflags': [
1062 '<!@(<(pkg_config_command) --cflags-only-other libcurl)',