summaryrefslogtreecommitdiff
path: root/dev-lisp/clisp/files/clisp-2.49-tinfo.patch
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-09-01 10:40:49 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-09-01 10:41:38 +0700
commit89c87cab591751925771ceb83eb17e1dc904689c (patch)
tree069c06d5f03b320dd7d7a2ff5706f26ce0f2df5b /dev-lisp/clisp/files/clisp-2.49-tinfo.patch
parentb49c21a8080b11948a180e5e06543901ecda846d (diff)
downloadgentoo-89c87cab591751925771ceb83eb17e1dc904689c.tar.gz
gentoo-89c87cab591751925771ceb83eb17e1dc904689c.tar.bz2
gentoo-89c87cab591751925771ceb83eb17e1dc904689c.zip
dev-lisp/clisp: clean old versions
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-lisp/clisp/files/clisp-2.49-tinfo.patch')
-rw-r--r--dev-lisp/clisp/files/clisp-2.49-tinfo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-lisp/clisp/files/clisp-2.49-tinfo.patch b/dev-lisp/clisp/files/clisp-2.49-tinfo.patch
deleted file mode 100644
index 72f40d585b5b..000000000000
--- a/dev-lisp/clisp/files/clisp-2.49-tinfo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-clisp does not need a full blown ncurses, but it does require a termcap or tinfo
-I would have changed this in src/m4/termcap.m4 but configure.in fails terribly - JeR
-
-
---- a/src/configure
-+++ b/src/configure
-@@ -28613,7 +28613,7 @@
- return 0;
- }
- _ACEOF
--for ac_lib in '' ncurses termcap; do
-+for ac_lib in '' tinfo ncurses termcap; do
- if test -z "$ac_lib"; then
- ac_res="none required"
- else