]> git.pld-linux.org Git - packages/compat-ncurses5.git/blob - ncurses-ac_hack.patch
- linux generates ^? for backspace, we must teach xterm that it so!
[packages/compat-ncurses5.git] / ncurses-ac_hack.patch
1 --- ncurses-5.4/configure.orig  2005-03-30 14:59:36.880333960 +0200
2 +++ ncurses-5.4/configure       2005-03-30 15:04:55.168946736 +0200
3 @@ -12760,7 +12760,7 @@
4  done
5  echo "$as_me:12761: result: $cf_cv_src_modules" >&5
6  echo "${ECHO_T}$cf_cv_src_modules" >&6
7 -TEST_ARGS="-L${LIB_DIR} $TEST_ARGS"
8 +TEST_ARGS="-L${LIB_DIR} -L../lib  $TEST_ARGS"
9  
10  SRC_SUBDIRS="man include"
11  for cf_dir in $cf_cv_src_modules
This page took 0.057739 seconds and 3 git commands to generate.