Changeset 3930
- Timestamp:
- 03/05/10 00:06:30 (2 years ago)
- Files:
-
- trunk/freewrt/package/nano/Makefile (modified) (3 diffs)
- trunk/freewrt/package/nano/patches/patch-configure (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/nano/Makefile
r3925 r3930 9 9 PKG_NAME:= nano 10 10 PKG_VERSION:= 2.2.3 11 PKG_RELEASE:= 111 PKG_RELEASE:= 2 12 12 PKG_MD5SUM:= 91918a484f54f94fedaebe00dc393a50 13 13 MASTER_SITES:= http://www.nano-editor.org/dist/v2.2/ … … 18 18 19 19 CONFIGURE_STYLE:= gnu 20 CONFIGURE_ENV+= ac_ cv_header_regex_h=no20 CONFIGURE_ENV+= ac_includes_default="" 21 21 CONFIGURE_ARGS+= --enable-nanorc \ 22 22 --disable-glibtest \ … … 32 32 --disable-speller \ 33 33 --disable-operatingdir \ 34 --disable-color \35 34 --enable-multibuffer 36 35 ifneq (${FWRT_UNICODE},) trunk/freewrt/package/nano/patches/patch-configure
r3925 r3930 1 1 $FreeWRT$ 2 2 --- nano-2.2.3.orig/configure 2010-02-11 08:04:49.000000000 +0100 3 +++ nano-2.2.3/configure 2010-0 2-28 22:10:36.000000000 +01003 +++ nano-2.2.3/configure 2010-03-04 23:36:29.000000000 +0100 4 4 @@ -7888,7 +7888,7 @@ fi 5 5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_get_wch" >&5 … … 7 7 if test "x$ac_cv_lib_ncursesw_get_wch" = x""yes; then : 8 8 - 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=yes9 + CURSES_LIB="-lncursesw" CPPFLAGS="$CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes 10 10 fi 11 11


