summaryrefslogtreecommitdiff
path: root/package/libs/ncurses/patches/102-ncurses-5.9-gcc-5.patch
Commit message (Collapse)AuthorAgeFilesLines
* libs/ncurses: update to 6.0p-wassi2016-12-201-1/+1
| | | | | | Update libncurses to upstream release 6.0 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* ncurses: change handling of PKG_CONFIG_LIBDIRJo-Philipp Wich2016-08-151-3/+1
| | | | | | | | | | | | | | When PKG_CONFIG_LIBDIR was unset in the environment, the configure script was deducing the PKG_CONFIG_LIBDIR from the location of the pkg-config binary, which doesn't make a lot of sense, and isn't done by other autotools based packages. Patch imported from the Buildroot project: https://github.com/buildroot/buildroot/blob/master/package/ncurses/0001-fixup-pkg-config-handling.patch Also refresh patches while we're at. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* ncurses: Fix building with gcc 5.1Hauke Mehrtens2015-06-021-0/+46
This patch is taken from the gentoo guys who extracted this from a large upstream commit (with many unrelated changes). Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 45878