summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-15 22:42:59 +0000
committerJay Freeman <saurik@saurik.com>2008-05-15 22:42:59 +0000
commit273d0f093d6147179c6e3abf70e77eed89f39671 (patch)
tree3f80d2242cedaae2f95984e35c6280fa82f97d05 /data
parenta61255a1bdcceab361d281a1502e0666e54721d7 (diff)
Added ncursesw support.
git-svn-id: http://svn.telesphoreo.org/trunk@289 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r--data/ncurses/make.sh10
1 files changed, 9 insertions, 1 deletions
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