summaryrefslogtreecommitdiff
path: root/packages/ncurses/6.0/999-create-run_tic.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-12-02 23:30:38 (GMT)
committerGitHub <noreply@github.com>2017-12-02 23:30:38 (GMT)
commitd917a29865876b913fe2939ee2a0728145e8543a (patch)
tree4e048ed57988306696efa3c5b81a80d48030e913 /packages/ncurses/6.0/999-create-run_tic.patch
parente832b9b220f90b11b893e2815ceb37ec2b708683 (diff)
parent98bc4decdeab1361bdc585c86591718fb08c8ffb (diff)
Merge pull request #874 from stilor/renumber-update-patches
Renumber & update patches
Diffstat (limited to 'packages/ncurses/6.0/999-create-run_tic.patch')
-rw-r--r--packages/ncurses/6.0/999-create-run_tic.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/ncurses/6.0/999-create-run_tic.patch b/packages/ncurses/6.0/999-create-run_tic.patch
deleted file mode 100644
index 7c4fb0d..0000000
--- a/packages/ncurses/6.0/999-create-run_tic.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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"