diff options
author | 2016-11-08 19:48:52 +0100 | |
---|---|---|
committer | 2016-11-08 19:49:46 +0100 | |
commit | 4b6e0b51507aee4483870d10f2f948a9ff6cf7f4 (patch) | |
tree | a271de5f1e3c409966817d465e5a2931650f25af /app-shells/fish/files | |
parent | app-shells/fish: Bump to version 2.4.0 (diff) | |
download | gentoo-4b6e0b51507aee4483870d10f2f948a9ff6cf7f4.tar.gz gentoo-4b6e0b51507aee4483870d10f2f948a9ff6cf7f4.tar.bz2 gentoo-4b6e0b51507aee4483870d10f2f948a9ff6cf7f4.zip |
app-shells/fish: Removed old.
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-shells/fish/files')
-rw-r--r-- | app-shells/fish/files/fish-2.1.0-tinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-shells/fish/files/fish-2.1.0-tinfo.patch b/app-shells/fish/files/fish-2.1.0-tinfo.patch deleted file mode 100644 index ba4cc40a1888..000000000000 --- a/app-shells/fish/files/fish-2.1.0-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -480,7 +480,7 @@ - AC_SEARCH_LIBS( connect, socket, , [AC_MSG_ERROR([Cannot find the socket library, needed to build this package.] )] ) - AC_SEARCH_LIBS( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, needed to build this package.] )] ) - AC_SEARCH_LIBS( pthread_create, pthread, , [AC_MSG_ERROR([Cannot find the pthread library, needed to build this package.] )] ) --AC_SEARCH_LIBS( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish. If this is Linux, try running 'sudo apt-get install libncurses5-dev' or 'sudo yum install ncurses-devel'])] ) -+AC_SEARCH_LIBS( setupterm, [ncurses tinfo curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish. If this is Linux, try running 'sudo apt-get install libncurses5-dev' or 'sudo yum install ncurses-devel'])] ) - AC_SEARCH_LIBS( [nan], [m], [AC_DEFINE( [HAVE_NAN], [1], [Define to 1 if you have the nan function])] ) - LIBS_SHARED=$LIBS - LIBS=$LIBS_COMMON |