summaryrefslogtreecommitdiff
path: root/patches/ncurses
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-05 21:13:14 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-05 22:20:01 (GMT)
commitef841ea31232bc880080353ab61ad1d562004b28 (patch)
tree731a29229be8422347671aaa8e239c5c3f1c0c01 /patches/ncurses
parent10db7887ce0ff5e8323dc35176eaabbb3618e81c (diff)
Allow some tunables for ncurses
- Allow user to specify configure arguments to pass through to host/target ncurses. - Checkbox for --disable-database - String option for --with-fallbacks Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/ncurses')
-rw-r--r--patches/ncurses/6.0/999-create-run_tic.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/ncurses/6.0/999-create-run_tic.patch b/patches/ncurses/6.0/999-create-run_tic.patch
new file mode 100644
index 0000000..7c4fb0d
--- /dev/null
+++ b/patches/ncurses/6.0/999-create-run_tic.patch
@@ -0,0 +1,22 @@
+diff -urpN ncurses-6.0.orig/configure ncurses-6.0/configure
+--- ncurses-6.0.orig/configure 2017-02-05 11:06:35.342548609 -0800
++++ ncurses-6.0/configure 2017-02-05 11:07:02.878754676 -0800
+@@ -22254,7 +22254,6 @@ else
+ fi
+
+ ################################################################################
+-test "x$use_database" = xyes && \
+ SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
+
+ SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in"
+diff -urpN ncurses-6.0.orig/configure.in ncurses-6.0/configure.in
+--- ncurses-6.0.orig/configure.in 2017-02-05 11:06:35.326548489 -0800
++++ ncurses-6.0/configure.in 2017-02-05 11:07:08.926799658 -0800
+@@ -2032,7 +2032,6 @@ CF_SUBST_IF(["x$ac_cv_header_termio_h" =
+ CF_SUBST_IF(["x$ac_cv_header_termios_h" = xyes], HAVE_TERMIOS_H, 1, 0)
+
+ ################################################################################
+-test "x$use_database" = xyes && \
+ SUB_MAKEFILES="$SUB_MAKEFILES misc/run_tic.sh:misc/run_tic.in"
+
+ SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in"