]> git.pld-linux.org Git - packages/fish.git/commitdiff
- check for libtinfo
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Aug 2007 13:45:13 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fish-link.patch -> 1.1

fish-link.patch [new file with mode: 0644]

diff --git a/fish-link.patch b/fish-link.patch
new file mode 100644 (file)
index 0000000..ba7f90f
--- /dev/null
@@ -0,0 +1,11 @@
+--- fish-1.22.3/configure.ac.orig      2007-02-08 18:38:58.000000000 +0100
++++ fish-1.22.3/configure.ac   2007-08-25 15:38:21.396699519 +0200
+@@ -457,7 +457,7 @@
+ fi
+ 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( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] )
++AC_SEARCH_LIBS( setupterm, [tinfo ncurses curses], , [AC_MSG_ERROR([Could not find a curses implementation, needed to build fish])] )
+ AC_SEARCH_LIBS( iconv_open, iconv, , [AC_MSG_ERROR([Could not find an iconv implementation, needed to build fish])] )
This page took 0.153015 seconds and 4 git commands to generate.