Files
pkgsrc-ng/inputmethod/mozc-server/patches/patch-base_const.h
2013-09-26 17:14:40 +02:00

14 lines
498 B
C

$NetBSD: patch-base_const.h,v 1.1 2013/04/29 09:52:16 ryoon Exp $
--- base/const.h.orig 2012-08-31 05:37:06.000000000 +0000
+++ base/const.h
@@ -146,7 +146,7 @@ const char kMozcTool[] = "mozc_tool";
#ifdef MOZC_SERVER_DIRECTORY
const char kMozcServerDirectory[] = MOZC_SERVER_DIRECTORY;
#else
-const char kMozcServerDirectory[] = "/usr/lib/mozc";
+const char kMozcServerDirectory[] = "@PREFIX@/libexec";
#endif // MOZC_SERVER_DIRECTORY
#ifdef OS_ANDROID
#ifndef MOZC_ANDROID_APPLICATION_ID