summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2002-11-12 06:16:09 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2002-11-12 06:16:09 +0000
commit832ec36843ce52a28b58fd31e0ceef9266a0ecb9 (patch)
tree6a505baa5776b8d88e46f5277e108f1fbe00f3b9 /x11-libs/libzvt/files
parentadded ppc to keywords (again) (diff)
downloadhistorical-832ec36843ce52a28b58fd31e0ceef9266a0ecb9.tar.gz
historical-832ec36843ce52a28b58fd31e0ceef9266a0ecb9.tar.bz2
historical-832ec36843ce52a28b58fd31e0ceef9266a0ecb9.zip
Patch for bug #9536
Diffstat (limited to 'x11-libs/libzvt/files')
-rw-r--r--x11-libs/libzvt/files/digest-libzvt-2.0.1-r21
-rw-r--r--x11-libs/libzvt/files/libzvt-2.0.1-gentoo.diff18
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libzvt/files/digest-libzvt-2.0.1-r2 b/x11-libs/libzvt/files/digest-libzvt-2.0.1-r2
new file mode 100644
index 000000000000..9abeeac8dc06
--- /dev/null
+++ b/x11-libs/libzvt/files/digest-libzvt-2.0.1-r2
@@ -0,0 +1 @@
+MD5 4bbea49495a341650fa1f89908e6554e libzvt-2.0.1.tar.bz2 250649
diff --git a/x11-libs/libzvt/files/libzvt-2.0.1-gentoo.diff b/x11-libs/libzvt/files/libzvt-2.0.1-gentoo.diff
new file mode 100644
index 000000000000..a607eec0df61
--- /dev/null
+++ b/x11-libs/libzvt/files/libzvt-2.0.1-gentoo.diff
@@ -0,0 +1,18 @@
+diff -NurB libzvt-2.0.1/libzvt/zvtterm.c libzvt-2.0.1-patched/libzvt/zvtterm.c
+--- libzvt-2.0.1/libzvt/zvtterm.c 2002-06-03 11:59:26.000000000 -0500
++++ libzvt-2.0.1-patched/libzvt/zvtterm.c 2002-11-12 00:46:04.000000000 -0500
+@@ -2611,11 +2611,11 @@
+ case GDK_KP_0: case GDK_KP_1: case GDK_KP_2: case GDK_KP_3:
+ case GDK_KP_4: case GDK_KP_5: case GDK_KP_6: case GDK_KP_7:
+ case GDK_KP_8: case GDK_KP_9:
+- if (appl_keypad) {
++ /*if (appl_keypad) {
+ p+=sprintf (p, "\033O%c", 'p' + (event->keyval - GDK_KP_0));
+- } else {
++ } else {*/
+ *p++ = '0' + (event->keyval - GDK_KP_0);
+- }
++ /*}*/
+ break;
+ case GDK_KP_Enter:
+ if (appl_keypad) {