diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2021-01-19 09:17:53 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-19 09:27:35 +0100 |
commit | 71bd86417a0256bd738ae954ccd3784648e21e60 (patch) | |
tree | 248bb9f7df5c92dbc9031b9e9d03af052c9d9152 /app-shells | |
parent | mail-filter/dovecot_deleted_to_trash: Remove last-rited pkg (diff) | |
download | gentoo-71bd86417a0256bd738ae954ccd3784648e21e60.tar.gz gentoo-71bd86417a0256bd738ae954ccd3784648e21e60.tar.bz2 gentoo-71bd86417a0256bd738ae954ccd3784648e21e60.zip |
app-shells/tcsh: remove unused patch
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/files/tcsh-6.20.00-use-ncurses-tinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-shells/tcsh/files/tcsh-6.20.00-use-ncurses-tinfo.patch b/app-shells/tcsh/files/tcsh-6.20.00-use-ncurses-tinfo.patch deleted file mode 100644 index e17841863d81..000000000000 --- a/app-shells/tcsh/files/tcsh-6.20.00-use-ncurses-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tcsh-6.20.00/configure.ac -+++ tcsh-6.20.00/configure.ac -@@ -317,7 +317,7 @@ - dnl Checks for libraries - AC_SEARCH_LIBS(crypt, crypt) - AC_SEARCH_LIBS(getspnam, sec) --AC_SEARCH_LIBS([tgetent], [termlib termcap curses ncurses], [], [ -+AC_SEARCH_LIBS([tgetent], [ncurses tinfo], [], [ - AC_MSG_ERROR([unable to find the tgetent() function]) - ]) - AC_SEARCH_LIBS(gethostbyname, nsl) |