Ticket #2926: mc-4.8.6_with-ncurses-libs.patch

File mc-4.8.6_with-ncurses-libs.patch, 897 bytes (added by and, 11 years ago)

patch agains 4.8.6 configure and m4.include/mc-with-screen-ncurses.m4

  • m4.include/mc-with-screen-ncurses.m4

    old new  
    1313    fi 
    1414 
    1515    saved_CPPFLAGS="$CPPFLAGS" 
    16     CPPFLAGS="$CPPFLAGS $ac_ncurses_inc_path" 
     16    CPPFLAGS="$CPPFLAGS $ac_ncurses_inc_path $ac_ncurses_lib_path" 
    1717 
    1818    dnl Check for the headers 
    1919    dnl Both headers should be in the same directory 
  • configure

    old new  
    1582215822    fi 
    1582315823 
    1582415824    saved_CPPFLAGS="$CPPFLAGS" 
    15825     CPPFLAGS="$CPPFLAGS $ac_ncurses_inc_path" 
     15825    CPPFLAGS="$CPPFLAGS $ac_ncurses_inc_path $ac_ncurses_lib_path" 
    1582615826 
    1582715827                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ncurses/ncurses.h and ncurses/term.h" >&5 
    1582815828$as_echo_n "checking for ncurses/ncurses.h and ncurses/term.h... " >&6; }