]> git.pld-linux.org Git - packages/fish.git/blob - fish-link.patch
1caef26e1de2696bffd6bddb5af2adce5be55ec4
[packages/fish.git] / fish-link.patch
1 --- fish-1.23.1/configure.ac.orig       2011-06-12 01:33:45.029917874 +0200
2 +++ fish-1.23.1/configure.ac    2011-06-12 01:34:13.111213245 +0200
3 @@ -504,7 +504,7 @@
4  LIBS=""
5  AC_SEARCH_LIBS( connect, socket, , [AC_MSG_ERROR([Cannot find the socket library, needed to build this package.] )] )
6  AC_SEARCH_LIBS( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, needed to build this package.] )] )
7 -AC_SEARCH_LIBS( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] )
8 +AC_SEARCH_LIBS( setupterm, [tinfo ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] )
9  AC_SEARCH_LIBS( [nan], [m], [AC_DEFINE( [HAVE_NAN], [1], [Define to 1 if you have the nan function])] )
10  LIBS_SHARED=$LIBS
11  LIBS=$LIBS_COMMON
This page took 0.049271 seconds and 2 git commands to generate.