From 273d0f093d6147179c6e3abf70e77eed89f39671 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Thu, 15 May 2008 22:42:59 +0000 Subject: Added ncursesw support. git-svn-id: http://svn.telesphoreo.org/trunk@289 514c082c-b64e-11dc-b46d-3d985efe055d --- data/ncurses/make.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/ncurses/make.sh b/data/ncurses/make.sh index 60b4b1458..f0296ced4 100644 --- a/data/ncurses/make.sh +++ b/data/ncurses/make.sh @@ -1,4 +1,12 @@ pkg:setup -pkg:configure --with-shared --without-normal --without-debug +cd .. +dir=$(echo *) +mkdir bld-ncurses{,w} +cd bld-ncurses +PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch +make +pkg:install +cd ../bld-ncursesw +PKG_CONF=../${dir}/configure pkg:configure --with-shared --without-normal --without-debug --enable-sigwinch --disable-overwrite --enable-widec make pkg:install -- cgit v1.2.3