ports/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc
Daichi GOTO 16e813f18b Update to Mozc 1.4.1033.102
Feature safe: yes
2012-04-02 00:10:35 +00:00

11 lines
384 B
C++

--- ipc/ipc_path_manager.cc.orig 2012-04-02 08:17:58.917725634 +0900
+++ ipc/ipc_path_manager.cc 2012-04-02 08:38:43.523726676 +0900
@@ -272,7 +272,7 @@
*ipc_name = kIPCPrefix;
#endif // OS_WINDOWS
-#ifdef OS_LINUX
+#if defined(OS_LINUX) && !defined(__FreeBSD__)
// On Linux, use abstract namespace which is independent of the file system.
(*ipc_name)[0] = '\0';
#endif