sys-libs/ncurses: fix mingw-w64 build and runtime
authorMarty E. Plummer <hanetzer@protonmail.com>
Wed, 20 Sep 2017 09:09:33 +0000 (04:09 -0500)
committerLars Wendler <polynomial-c@gentoo.org>
Wed, 28 Mar 2018 07:46:50 +0000 (09:46 +0200)
commitfc3a9c5ebff98664ab50c9a8ff4e136bea9bd0db
treefd40ebc486f9ad9031b8c02b60e942d3e607c912
parent4e723849a15e3fcc413ba73a3fc5d7af6ef9e549
sys-libs/ncurses: fix mingw-w64 build and runtime

*.dll.a files are required for linking on mingw-w64 targets, only delete
normal static libraries.

--enable-term-driver is required on mingw-w64, otherwise you get a host
of undefined reference to `_nc_*' errors, and possibly other windows
platforms/runtimes/toolchains.

Bug: https://bugs.gentoo.org/631468
Bug: https://bugs.gentoo.org/639670
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/5734
sys-libs/ncurses/ncurses-6.0-r2.ebuild
sys-libs/ncurses/ncurses-6.1-r2.ebuild