]> git.pld-linux.org Git - packages/cmatrix.git/blame - cmatrix-link.patch
- link with -ltinfo
[packages/cmatrix.git] / cmatrix-link.patch
CommitLineData
832a783b 1--- cmatrix-1.2a/configure.in~ 2010-09-20 13:04:06.262980080 +0200
2+++ cmatrix-1.2a/configure.in 2010-09-20 13:05:13.735482420 +0200
3@@ -148,7 +148,7 @@
4
5 dnl Parse any configure options
6
7-LIBS="$LIBS $CURSES_LIB"
8+LIBS="$LIBS $CURSES_LIB -ltinfo"
9 AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging (def disabled)],)
10
11 AC_SUBST(CURSES_LIB)
This page took 0.072639 seconds and 4 git commands to generate.