f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
--- ./lib/libxview/ttysw/tty_mapkey.c.orig Tue Jun 29 07:17:20 1993
|
|
+++ ./lib/libxview/ttysw/tty_mapkey.c Sat Apr 1 18:25:33 2000
|
|
@@ -500,7 +500,7 @@ ttysw_remove_caps(label, label_ptr)
|
|
* have more time.
|
|
*/
|
|
|
|
-#ifdef i386
|
|
+#if defined(i386) && !defined (__OpenBSD__)
|
|
static void
|
|
ttysw_arrow_keys_to_string(xv_id, str)
|
|
unsigned xv_id;
|