SOURCES: bosh-ncurses.patch (NEW) - include /usr/include/ncurses in order t...

lisu lisu at pld-linux.org
Mon Mar 30 11:37:12 CEST 2009


Author: lisu                         Date: Mon Mar 30 09:37:12 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- include /usr/include/ncurses in order to fix ncurses problem

---- Files affected:
SOURCES:
   bosh-ncurses.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bosh-ncurses.patch
diff -u /dev/null SOURCES/bosh-ncurses.patch:1.1
--- /dev/null	Mon Mar 30 11:37:12 2009
+++ SOURCES/bosh-ncurses.patch	Mon Mar 30 11:37:06 2009
@@ -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)
================================================================


More information about the pld-cvs-commit mailing list