diff options
author | obache <obache> | 2015-01-29 11:45:25 +0000 |
---|---|---|
committer | obache <obache> | 2015-01-29 11:45:25 +0000 |
commit | fe2badefc8b595e029e11da187d2ee3335d829d1 (patch) | |
tree | fe5e04dc2af3c14ba370fe4e82cb9ae59d5ff7a5 | |
parent | adebae6a5d155a90d17bf3b86ee5844371c74455 (diff) | |
download | pkgsrc-fe2badefc8b595e029e11da187d2ee3335d829d1.tar.gz |
reported to upstream
-rw-r--r-- | inputmethod/ibus-array/distinfo | 4 | ||||
-rw-r--r-- | inputmethod/ibus-array/patches/patch-src_engine.c | 5 |
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 |