summaryrefslogtreecommitdiff
path: root/inputmethod/Chinput
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2006-01-04 12:04:46 +0000
committerrxg <rxg@pkgsrc.org>2006-01-04 12:04:46 +0000
commited04e9131ac867c3f796508143b71921bc982bd0 (patch)
treeb1774e401b14361055413aff94caf6a5bb0d7150 /inputmethod/Chinput
parentc788b3649c2a873cda6fafe330bf2ab510291fb3 (diff)
downloadpkgsrc-ed04e9131ac867c3f796508143b71921bc982bd0.tar.gz
Fixed compile failed on DragonflyBSD.
Confirmed by LIU Xiang <neo dot liu at gmail dot com> in private mail.
Diffstat (limited to 'inputmethod/Chinput')
-rw-r--r--inputmethod/Chinput/distinfo4
-rw-r--r--inputmethod/Chinput/patches/patch-ag12
-rw-r--r--inputmethod/Chinput/patches/patch-ah12
3 files changed, 27 insertions, 1 deletions
diff --git a/inputmethod/Chinput/distinfo b/inputmethod/Chinput/distinfo
index 05b84bf4f12..e275038845b 100644
--- a/inputmethod/Chinput/distinfo
+++ b/inputmethod/Chinput/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 21:00:34 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 12:04:46 rxg Exp $
SHA1 (Chinput-3.0.tar.gz) = de6da2c8c53b38c1b23aee73c1aced90628e57d8
RMD160 (Chinput-3.0.tar.gz) = f51ee0f87bc38b760bf4d585466d25d4b6176518
@@ -9,3 +9,5 @@ SHA1 (patch-ac) = f4d45c2ea45e3e8288cdb0363dc9dba127288990
SHA1 (patch-ad) = 8a9fb407307bcd823e6050ab65e9e20bb512e367
SHA1 (patch-ae) = f3854f86cb2780bf710db84e2bc38b51671dd4b1
SHA1 (patch-af) = db621ebb06d22d948513451c4b5b670494dd5d46
+SHA1 (patch-ag) = ca121a6672f02808275b6ffe73ad1f2287e75443
+SHA1 (patch-ah) = 88caa0cd5a7c689c28096b2f6537570c6dc7b493
diff --git a/inputmethod/Chinput/patches/patch-ag b/inputmethod/Chinput/patches/patch-ag
new file mode 100644
index 00000000000..a6061a1c1a1
--- /dev/null
+++ b/inputmethod/Chinput/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2006/01/04 12:04:46 rxg Exp $
+
+--- src/handw.c.orig 2006-01-04 19:57:26.000000000 +0800
++++ src/handw.c
+@@ -25,7 +25,6 @@
+ #define F_STRING 0
+ #define F_CONTROL 1
+
+-extern int ForwardEvent();
+ static int in_hwkeys(int x0, int y0);
+ static void set_hwkey(int n, char c, int f, char *label, char *blabel,
+ int x, int y, int w, int h);
diff --git a/inputmethod/Chinput/patches/patch-ah b/inputmethod/Chinput/patches/patch-ah
new file mode 100644
index 00000000000..b8888753232
--- /dev/null
+++ b/inputmethod/Chinput/patches/patch-ah
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2006/01/04 12:04:46 rxg Exp $
+
+--- src/keyboard.c.orig 2006-01-04 19:58:25.000000000 +0800
++++ src/keyboard.c
+@@ -24,7 +24,6 @@
+ #define INC (x0 += KEY_WIDTH)
+ #define HALFINC (x0 += KEY_WIDTH/2)
+
+-extern int ForwardEvent();
+ static void set_key(int n, unsigned long keysym, int x, int y, int w, int h);
+ static int in_keys(int x0, int y0);
+