diff options
Diffstat (limited to 'x11/xview-lib/patches/patch-co')
-rw-r--r-- | x11/xview-lib/patches/patch-co | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xview-lib/patches/patch-co b/x11/xview-lib/patches/patch-co new file mode 100644 index 00000000000..8b1214a7c18 --- /dev/null +++ b/x11/xview-lib/patches/patch-co @@ -0,0 +1,13 @@ +$NetBSD: patch-co,v 1.1 2001/12/20 09:20:03 tron Exp $ + +--- lib/libxview/ttysw/tty_mapkey.c.orig Tue Jun 29 07:17:20 1993 ++++ lib/libxview/ttysw/tty_mapkey.c Thu Dec 20 10:09:19 2001 +@@ -500,7 +500,7 @@ + * have more time. + */ + +-#ifdef i386 ++#if defined(i386) && !defined (__FreeBSD__) && !defined(__NetBSD__) + static void + ttysw_arrow_keys_to_string(xv_id, str) + unsigned xv_id; |