From da4f37030542dd31a9e61a2774730abac6c696ba Mon Sep 17 00:00:00 2001
From: "Avi Halachmi (:avih)" <avihpit@yahoo.com>
Date: Sun, 1 Mar 2015 16:30:56 +0200
Subject: 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
---
 src/ncurses.mk | 7 ++++---
 1 file 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
+
-- 
cgit v0.12