From 55bbdd0c376d8e169e5b9363e8b34882f161f9e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 6 Nov 2013 19:00:51 +0100 Subject: update xterm to latest upstream, add fixes t owork with musl libc --- package/xterm/patches/patch-xterm_io_h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/xterm/patches/patch-xterm_io_h (limited to 'package/xterm/patches/patch-xterm_io_h') diff --git a/package/xterm/patches/patch-xterm_io_h b/package/xterm/patches/patch-xterm_io_h new file mode 100644 index 000000000..3ca39b3f6 --- /dev/null +++ b/package/xterm/patches/patch-xterm_io_h @@ -0,0 +1,11 @@ +--- xterm-297.orig/xterm_io.h 2013-01-06 16:20:45.000000000 +0100 ++++ xterm-297/xterm_io.h 2013-10-30 17:21:10.000000000 +0100 +@@ -66,7 +66,7 @@ + #endif + + #ifdef linux +-#define USE_TERMIOS ++#define USE_POSIX_TERMIOS + #endif + + #ifdef __SCO__ -- cgit v1.2.3