summaryrefslogtreecommitdiffstats
path: root/src/ncurses.mk
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2015-03-01 14:30:56 (GMT)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2015-03-05 12:09:17 (GMT)
commitda4f37030542dd31a9e61a2774730abac6c696ba (patch)
tree9c0827c737e7a4bb049e2df76b7a8ca93ff4a3db /src/ncurses.mk
parent37ecd633f6abb4f51bc0adef3432bc355e7d509d (diff)
downloadmxe-da4f37030542dd31a9e61a2774730abac6c696ba.zip
mxe-da4f37030542dd31a9e61a2774730abac6c696ba.tar.gz
mxe-da4f37030542dd31a9e61a2774730abac6c696ba.tar.bz2
ncurses: update to e14300b
this fixes a bug which caused any GUI app which linked with ncurses (e.g. when using caca/ffmpeg/libxine libs) to spawn a console window even if ncurses wasn't initialized. see github PR #636
Diffstat (limited to 'src/ncurses.mk')
-rw-r--r--src/ncurses.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk
index 6eb5a42..f00eb73 100644
--- a/src/ncurses.mk
+++ b/src/ncurses.mk
@@ -3,8 +3,8 @@
PKG := ncurses
$(PKG)_IGNORE :=
-$(PKG)_VERSION := c6f5464
-$(PKG)_CHECKSUM := 5a40e0906139f877be083976f80bf0262dc95ad2
+$(PKG)_VERSION := e14300b
+$(PKG)_CHECKSUM := fcc1997439560b6cb7f9bf2f73f6245310f06c64
# $(PKG)_VERSION := 5.9
# $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION)
# $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz
@@ -51,4 +51,5 @@ define $(PKG)_BUILD
--without-normal --without-static --with-shared)
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install TIC_PATH='$(1).native/progs/tic'
-endef \ No newline at end of file
+endef
+