]> git.pld-linux.org Git - packages/bosh.git/blame - bosh-ncurses.patch
- include /usr/include/ncurses in order to fix ncurses problem
[packages/bosh.git] / bosh-ncurses.patch
CommitLineData
58f41182 1--- bosh-0.6/configure.in~ 2009-03-18 18:28:04.000000000 +0100
2+++ bosh-0.6/configure.in 2009-03-30 11:37:53.000000000 +0200
3@@ -2,7 +2,7 @@
4 AM_INIT_AUTOMAKE(bosh,0.6)
5 AC_PROG_CC
6 AC_PROG_INSTALL
7-CFLAGS="-Wall"
8+CFLAGS="-Wall -I/usr/include/ncurses"
9 AC_SUBST(CFLAGS)
10 AC_ARG_ENABLE(debug,[ --enable-debug -DDEBUG -g],enable_debug=yes)
11 AC_ARG_ENABLE(debug,[ --enable-log -DLOG],enable_log=yes)
This page took 0.05999 seconds and 4 git commands to generate.