]> git.pld-linux.org Git - packages/ncmpc.git/commitdiff
- link with -ltinfo auto/th/ncmpc-0_17-1
authorlisu <lisu@pld-linux.org>
Mon, 19 Jul 2010 13:28:19 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncmpc-tinfo.patch -> 1.1

ncmpc-tinfo.patch [new file with mode: 0644]

diff --git a/ncmpc-tinfo.patch b/ncmpc-tinfo.patch
new file mode 100644 (file)
index 0000000..cedec63
--- /dev/null
@@ -0,0 +1,11 @@
+--- ncmpc-0.17/configure.ac~   2010-07-15 04:03:15.000000000 +0200
++++ ncmpc-0.17/configure.ac    2010-07-19 15:25:53.550308463 +0200
+@@ -98,7 +98,7 @@
+ AC_CHECK_LIB([$ncurses], 
+            [initscr],
+-           [LIBS="$LIBS -l$ncurses"], 
++           [LIBS="$LIBS -l$ncurses -ltinfo"], 
+            [AC_MSG_ERROR($ncurses library is required)])
+ if test "x$ncurses" = "xncursesw"; then
This page took 0.090083 seconds and 4 git commands to generate.