summaryrefslogtreecommitdiff
path: root/packages/ncurses/6.0/0012-create-run_tic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ncurses/6.0/0012-create-run_tic.patch')
-rw-r--r--packages/ncurses/6.0/0012-create-run_tic.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/ncurses/6.0/0012-create-run_tic.patch b/packages/ncurses/6.0/0012-create-run_tic.patch
new file mode 100644
index 0000000..f4639b4
--- /dev/null
+++ b/packages/ncurses/6.0/0012-create-run_tic.patch
@@ -0,0 +1,25 @@
+---
+ configure | 1 -
+ configure.in | 1 -
+ 2 files changed, 2 deletions(-)
+
+--- a/configure
++++ b/configure
+@@ -22254,7 +22254,6 @@
+ 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"
+--- a/configure.in
++++ b/configure.in
+@@ -2032,7 +2032,6 @@
+ 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"