From ef841ea31232bc880080353ab61ad1d562004b28 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 5 Feb 2017 13:13:14 -0800 Subject: 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 --- patches/ncurses/6.0/999-create-run_tic.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 patches/ncurses/6.0/999-create-run_tic.patch (limited to 'patches/ncurses') 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 00000000..7c4fb0d2 --- /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" -- cgit v1.2.3