freebsd-ports/japanese/mozc-server/files/patch-base_logging.cc
Hiroki Sato a985a72822 - Update to 1.11.1502.102. Changes include:
* Fixes cursor movement issue on Emacs 24 (Issue 168)
 * Support numpad keys in mozc.el (Issue 170)
 * Support Emacs 24 in mozc.el (Issue 190)
 * Support surrounding text
 * Dictionary update

- Take maintainership.

Approved by:	daichi (maintainer)
2013-07-20 04:02:49 +00:00

11 lines
354 B
C++

--- base/logging.cc.orig 2013-07-17 11:38:04.000000000 +0900
+++ base/logging.cc 2013-07-19 22:24:20.000000000 +0900
@@ -111,7 +111,7 @@
#if defined(__native_client__)
"%p",
#elif defined(OS_LINUX)
- "%lu",
+ "%p",
#elif defined(OS_MACOSX) && defined(__LP64__)
"%llu",
#else // OS_WIN or OS_MACOSX(32bit)