ports/japanese/mozc-server/files/patch-ipc_ipc_path_manager.cc

11 lines
383 B
C++

--- ipc/ipc_path_manager.cc.org 2010-10-16 12:01:06.246177971 +0900
+++ ipc/ipc_path_manager.cc 2010-10-16 12:01:26.641179012 +0900
@@ -265,7 +265,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