diff options
author | joerg <joerg> | 2009-07-06 16:06:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-06 16:06:58 +0000 |
commit | 83daa726445758f47ae347a5105c73573453e1e3 (patch) | |
tree | 0aa2248d4bf4f1d242ebd273ec3446fc0f2e66a1 | |
parent | 35e550e52714ec430a73d778bac727fe3a54c20d (diff) | |
download | pkgsrc-83daa726445758f47ae347a5105c73573453e1e3.tar.gz |
Address of and register variables don't play together, so fix it.
-rw-r--r-- | inputmethod/Chinput/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/Chinput/patches/patch-aj | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/inputmethod/Chinput/distinfo b/inputmethod/Chinput/distinfo index ac8dfdf1e40..b82cf66ce5c 100644 --- a/inputmethod/Chinput/distinfo +++ b/inputmethod/Chinput/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2007/07/24 15:14:49 joerg Exp $ +$NetBSD: distinfo,v 1.5 2009/07/06 16:06:58 joerg Exp $ SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8 RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518 @@ -12,3 +12,4 @@ SHA1 (patch-af) = db621ebb06d22d948513451c4b5b670494dd5d46 SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443 SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493 SHA1 (patch-ai) = 79d0e1ac1d99fe4cb79eea957ba9f1153c39a783 +SHA1 (patch-aj) = 7ba12e09e26b289be34e07c9e84eb2c69e890299 diff --git a/inputmethod/Chinput/patches/patch-aj b/inputmethod/Chinput/patches/patch-aj new file mode 100644 index 00000000000..93ce5bf9d14 --- /dev/null +++ b/inputmethod/Chinput/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2009/07/06 16:06:58 joerg Exp $ + +--- src/IMdkit/lib/i18nClbk.c.orig 2010-05-31 09:18:25.000000000 +0200 ++++ src/IMdkit/lib/i18nClbk.c +@@ -129,7 +129,7 @@ int _Xi18nPreeditDrawCallback (XIMS ims, + XIMPreeditDrawCallbackStruct *draw = + (XIMPreeditDrawCallbackStruct *) &preedit_CB->todo.draw; + CARD16 connect_id = call_data->any.connect_id; +- register int feedback_count; ++ int feedback_count; + register int i; + BITMASK32 status = 0x0; + |