From: Fredrik Fornwall Date: Sat, 26 Nov 2016 20:43:22 +0000 (-0500) Subject: fish: Remove part of patch not needed X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/a9d534f91dcb01c08312b711287e1e1bd0a9f549?ds=inline fish: Remove part of patch not needed --- diff --git a/packages/fish/configure.ac.patch b/packages/fish/configure.ac.patch index 4c3f6c17..8a4ba22a 100644 --- a/packages/fish/configure.ac.patch +++ b/packages/fish/configure.ac.patch @@ -1,11 +1,11 @@ diff -u -r ../fish-2.4b1/configure.ac ./configure.ac --- ../fish-2.4b1/configure.ac 2016-10-18 10:17:06.000000000 -0400 +++ ./configure.ac 2016-10-19 17:39:47.630582854 -0400 -@@ -251,8 +251,6 @@ +@@ -251,8 +251,7 @@ # Check for os dependant libraries for all binaries. 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( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, needed to build this package.] )] ) -AC_SEARCH_LIBS( shm_open, 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 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'])] )