Show
Ignore:
Timestamp:
05/15/08 22:42:59 (8 months ago)
Author:
saurik
Message:

Added ncursesw support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/ncurses/make.sh

    r218 r289  
    11pkg:setup 
    2 pkg:configure --with-shared --without-normal --without-debug 
     2cd .. 
     3dir=$(echo *) 
     4mkdir bld-ncurses{,w} 
     5cd bld-ncurses 
     6PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch 
    37make 
    48pkg:install 
     9cd ../bld-ncursesw 
     10PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch --disable-overwrite --enable-widec 
     11make 
     12pkg:install