diff options
author | tron <tron@pkgsrc.org> | 2001-12-20 09:19:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-20 09:19:53 +0000 |
commit | 71146f333ee2015a1dc555b20853e181378164cc (patch) | |
tree | 4f262d25e837db12d2b8bd96b651b1c07c0cad61 /x11/xview-lib/patches/patch-co | |
parent | 268024ad5e826b779fdedb01575611de8d642d89 (diff) | |
download | pkgsrc-71146f333ee2015a1dc555b20853e181378164cc.tar.gz |
Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
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; |