summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-22 13:41:32 +0000
committerobache <obache@pkgsrc.org>2013-03-22 13:41:32 +0000
commit4682b1f3061eecc17e1b3fc505603c85002fd0ff (patch)
treeac12953b2d7f05670fdff795d4871b86f1bba52d /inputmethod
parenteaba6a4886198ed6d6fc0c1b31c4f5c0274d4203 (diff)
downloadpkgsrc-4682b1f3061eecc17e1b3fc505603c85002fd0ff.tar.gz
include <cstring> for strncmp().
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/scim-uim/distinfo4
-rw-r--r--inputmethod/scim-uim/patches/patch-aa10
2 files changed, 9 insertions, 5 deletions
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 <cstring> 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 <config.h>
+ #endif
++#include <cstring>
#include <scim.h>
#include "scim_uim_imengine.h"
-#include <uim/uim-compat-scm.h>