Midnight Commander 4.8.11 recipe

This commit is contained in:
Maxim Sokhatsky
2014-01-16 19:38:18 +00:00
parent 6c06b62ea2
commit 7b92e0b46e
2 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git mc-4.8.11/lib/tty/tty-ncurses.c mc-4.8.11-haiku/lib/tty/tty-ncurses.c
--- mc-4.8.11/lib/tty/tty-ncurses.c
+++ mc-4.8.11-haiku/lib/tty/tty-ncurses.c
@@ -66,7 +66,7 @@
/*** file scope macro definitions ****************************************************************/
-#if defined(_AIX) && !defined(CTRL)
+#if !defined(CTRL)
#define CTRL(x) ((x) & 0x1f)
#endif