Changeset 3930

Show
Ignore:
Timestamp:
03/05/10 00:06:30 (2 years ago)
Author:
sumsum
Message:

add color support when tiny nano is disabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/nano/Makefile

    r3925 r3930  
    99PKG_NAME:=              nano 
    1010PKG_VERSION:=           2.2.3 
    11 PKG_RELEASE:=           1 
     11PKG_RELEASE:=           2 
    1212PKG_MD5SUM:=            91918a484f54f94fedaebe00dc393a50 
    1313MASTER_SITES:=          http://www.nano-editor.org/dist/v2.2/ 
     
    1818 
    1919CONFIGURE_STYLE:=       gnu 
    20 CONFIGURE_ENV+=         ac_cv_header_regex_h=no 
     20CONFIGURE_ENV+=         ac_includes_default="" 
    2121CONFIGURE_ARGS+=        --enable-nanorc \ 
    2222                        --disable-glibtest \ 
     
    3232                        --disable-speller \ 
    3333                        --disable-operatingdir \ 
    34                         --disable-color \ 
    3534                        --enable-multibuffer 
    3635ifneq (${FWRT_UNICODE},) 
  • trunk/freewrt/package/nano/patches/patch-configure

    r3925 r3930  
    11$FreeWRT$ 
    22--- nano-2.2.3.orig/configure   2010-02-11 08:04:49.000000000 +0100 
    3 +++ nano-2.2.3/configure        2010-02-28 22:10:36.000000000 +0100 
     3+++ nano-2.2.3/configure        2010-03-04 23:36:29.000000000 +0100 
    44@@ -7888,7 +7888,7 @@ fi 
    55 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_get_wch" >&5 
     
    77 if test "x$ac_cv_lib_ncursesw_get_wch" = x""yes; then : 
    88-  CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes 
    9 +  CURSES_LIB="-lncursesw" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes 
     9+  CURSES_LIB="-lncursesw" CPPFLAGS="$CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes 
    1010 fi 
    1111