]> git.pld-linux.org Git - packages/bosh.git/commitdiff
- include /usr/include/ncurses in order to fix ncurses problem master
authorlisu <lisu@pld-linux.org>
Mon, 30 Mar 2009 09:37:06 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bosh-ncurses.patch -> 1.1

bosh-ncurses.patch [new file with mode: 0644]

diff --git a/bosh-ncurses.patch b/bosh-ncurses.patch
new file mode 100644 (file)
index 0000000..fcbaca7
--- /dev/null
@@ -0,0 +1,11 @@
+--- bosh-0.6/configure.in~     2009-03-18 18:28:04.000000000 +0100
++++ bosh-0.6/configure.in      2009-03-30 11:37:53.000000000 +0200
+@@ -2,7 +2,7 @@
+ AM_INIT_AUTOMAKE(bosh,0.6)
+ AC_PROG_CC
+ AC_PROG_INSTALL
+-CFLAGS="-Wall"
++CFLAGS="-Wall -I/usr/include/ncurses"
+ AC_SUBST(CFLAGS)
+ AC_ARG_ENABLE(debug,[  --enable-debug      -DDEBUG -g],enable_debug=yes)
+ AC_ARG_ENABLE(debug,[  --enable-log        -DLOG],enable_log=yes)
This page took 0.063458 seconds and 4 git commands to generate.