summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-array
diff options
context:
space:
mode:
authorobache <obache>2015-01-29 11:45:25 +0000
committerobache <obache>2015-01-29 11:45:25 +0000
commitfdf54136b810159ebba1491193cb22f1a2a7df9f (patch)
treefe5e04dc2af3c14ba370fe4e82cb9ae59d5ff7a5 /inputmethod/ibus-array
parent6df809bbb619f8a22218ebe0c574b96f02e800ba (diff)
downloadpkgsrc-fdf54136b810159ebba1491193cb22f1a2a7df9f.tar.gz
reported to upstream
Diffstat (limited to 'inputmethod/ibus-array')
-rw-r--r--inputmethod/ibus-array/distinfo4
-rw-r--r--inputmethod/ibus-array/patches/patch-src_engine.c5
2 files changed, 6 insertions, 3 deletions
diff --git a/inputmethod/ibus-array/distinfo b/inputmethod/ibus-array/distinfo
index 62a7f27fff6..5a4018e4d8a 100644
--- a/inputmethod/ibus-array/distinfo
+++ b/inputmethod/ibus-array/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/01/25 13:12:02 joerg Exp $
+$NetBSD: distinfo,v 1.6 2015/01/29 11:45:25 obache Exp $
SHA1 (ibus-array-0.1.0.tgz) = f4f6f5ccb0c2d54ef80b5e694fc508f99bf1f381
RMD160 (ibus-array-0.1.0.tgz) = 2526bd21f704bbd4bf8d563a6e89870a047562b9
Size (ibus-array-0.1.0.tgz) = 3838716 bytes
-SHA1 (patch-src_engine.c) = 6e6913250874ff47f9133ce4d414db5e34000aba
+SHA1 (patch-src_engine.c) = aa7978ae11c8e1410980585ff6f7a76200df6f99
diff --git a/inputmethod/ibus-array/patches/patch-src_engine.c b/inputmethod/ibus-array/patches/patch-src_engine.c
index 528c27d3513..a676db22d66 100644
--- a/inputmethod/ibus-array/patches/patch-src_engine.c
+++ b/inputmethod/ibus-array/patches/patch-src_engine.c
@@ -1,4 +1,7 @@
-$NetBSD: patch-src_engine.c,v 1.4 2015/01/25 13:12:02 joerg Exp $
+$NetBSD: patch-src_engine.c,v 1.5 2015/01/29 11:45:25 obache Exp $
+
+* Fixes return type mismatch:
+ https://code.google.com/p/ibus-array/issues/detail?id=11
--- src/engine.c.orig 2015-01-24 16:30:52.000000000 +0000
+++ src/engine.c