pkgsrc/x11/xview-lib/patches/patch-co
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

13 lines
441 B
Text

$NetBSD: patch-co,v 1.3 2009/12/10 20:35:57 abs Exp $
--- lib/libxview/ttysw/tty_mapkey.c.orig 1993-06-29 05:17:20.000000000 +0000
+++ lib/libxview/ttysw/tty_mapkey.c
@@ -500,7 +500,7 @@ ttysw_remove_caps(label, label_ptr)
* have more time.
*/
-#ifdef i386
+#if defined(i386) && !defined (__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
static void
ttysw_arrow_keys_to_string(xv_id, str)
unsigned xv_id;