From 4682b1f3061eecc17e1b3fc505603c85002fd0ff Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 22 Mar 2013 13:41:32 +0000 Subject: include for strncmp(). --- inputmethod/scim-uim/distinfo | 4 ++-- inputmethod/scim-uim/patches/patch-aa | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/scim-uim/distinfo b/inputmethod/scim-uim/distinfo index 349a8a9caaa..9ee40a9ce33 100644 --- a/inputmethod/scim-uim/distinfo +++ b/inputmethod/scim-uim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ +$NetBSD: distinfo,v 1.2 2013/03/22 13:41:32 obache Exp $ SHA1 (scim-uim-0.2.0.tar.gz) = 456621d5969b6552c3c33c83cf295aa4134fff0a RMD160 (scim-uim-0.2.0.tar.gz) = 4cb0261742e4d67317535da1a01de7fa803139ca Size (scim-uim-0.2.0.tar.gz) = 344389 bytes -SHA1 (patch-aa) = e97ef47ab14eb68cf16c627fe612fc0b56485bc5 +SHA1 (patch-aa) = 0a3df65705bdace3ef6bcea61e46d801611d206f diff --git a/inputmethod/scim-uim/patches/patch-aa b/inputmethod/scim-uim/patches/patch-aa index a19219741f1..87fa102641d 100644 --- a/inputmethod/scim-uim/patches/patch-aa +++ b/inputmethod/scim-uim/patches/patch-aa @@ -1,11 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/11/24 12:10:25 obache Exp $ +$NetBSD: patch-aa,v 1.2 2013/03/22 13:41:32 obache Exp $ -UIM 1.4.x / 1.5.x API changes +* require for strncmp() +* UIM 1.4.x / 1.5.x API changes --- src/scim_uim_imengine.cpp.orig 2007-04-10 05:43:59.000000000 +0000 +++ src/scim_uim_imengine.cpp -@@ -34,7 +34,8 @@ +@@ -32,9 +32,11 @@ + #include + #endif ++#include #include #include "scim_uim_imengine.h" -#include -- cgit v1.2.3